fix(docker): point DOCKER_HOST to resolvable dind service alias
This commit is contained in:
parent
35338f3220
commit
b80cf97787
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ services:
|
|||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- DOCKER_HOST=tcp://docker-dind:2375
|
||||
- DOCKER_HOST=tcp://dind:2375
|
||||
- OPENCODE_CONFIG_DIR=/root/.config/opencode
|
||||
- OPENCODE_MEMORY_DIR=/root/.local/share/opencode/opencode-memory
|
||||
- DOCKER_CONTAINER=true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue