We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d461f70 commit dc729d2Copy full SHA for dc729d2
1 file changed
README.md
@@ -834,7 +834,7 @@ Use `spawn_command` to automatically start your server and `kill_command` to sto
834
```lua
835
require('opencode').setup({
836
server = {
837
- url = 'localhost',
+ url = 'https://localhost',
838
port = 'auto', -- Random port for project isolation
839
-- Path mapping: translate host paths to container paths
840
path_map = function(host_path)
@@ -870,7 +870,7 @@ docker run -d --rm \
870
-v ~/.local/share/opencode:/home/node/.local/share/opencode \
871
-v ~/.config/opencode:/home/node/.config/opencode \
872
-v "%s":/app:rw \
873
-opencode:latest opencode serve --port 4096 --hostname '0.0.0.0']],
+ghcr.io/anomalyco/opencode:latest serve --port 4096 --hostname '0.0.0.0']],
874
container_name,
875
port,
876
cwd
0 commit comments