mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fix the command line of open code compose file
This commit is contained in:
@@ -20,4 +20,4 @@ services:
|
||||
ports:
|
||||
- "${OPENCODE_PORT:-4096}:4096"
|
||||
|
||||
command: ["serve", "--port", "${OPENCODE_PORT:-4096}"]
|
||||
command: ["serve", "--port", "${OPENCODE_PORT:-4096}", "--hostname", "0.0.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user