The default config for spawning with docker does not work OOTB. Here are the issues:
- URL needs to be
https://localhost or https://127.0.0.1
- Docker image uses local
opencode:latest instead of official ghcr.io/anomalyco/opencode:latest
- Docker command repeats
opencode command instead of just appending serve --port 4096 --hostname '0.0.0.0' to docker image, which causes docker container to exit immediately after printing help
The default config for spawning with docker does not work OOTB. Here are the issues:
https://localhostorhttps://127.0.0.1opencode:latestinstead of officialghcr.io/anomalyco/opencode:latestopencodecommand instead of just appendingserve --port 4096 --hostname '0.0.0.0'to docker image, which causes docker container to exit immediately after printing help