fix: update DOCKER_HOST in dev docker-compose.yml
Deploy Dashboard (Dev) / deploy-dev (push) Failing after 1m16s
Run Tests / Test Summary (push) Has been cancelled
Run Tests / Frontend Tests (push) Has been cancelled
Run Tests / Backend Tests (push) Failing after 4m8s

This commit is contained in:
Gan, Jimmy
2026-04-11 21:25:11 +08:00
parent 539368a144
commit d919b46882
+1 -1
View File
@@ -6,7 +6,7 @@ services:
ports:
- "127.0.0.1:4001:4000"
environment:
- DOCKER_HOST=tcp://host.docker.internal:2375
- DOCKER_HOST=tcp://docker-socket-proxy:2375
- GITEA_URL=http://gitea:3000
- GITEA_TOKEN=${GITEA_TOKEN}
- VOLUME_ROOT=/volume1