fix the command line of open code compose file

This commit is contained in:
2026-06-20 21:39:09 +00:00
parent bc4ed4957e
commit 274df57ef6
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -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"]