fix: fix unreachable runtime container in make docker-dev (#9072)

This commit is contained in:
llamantino 2025-06-12 18:46:10 +02:00 committed by GitHub
parent eadec4ce9e
commit f97a837d46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ services:
- WORKSPACE_MOUNT_PATH=${WORKSPACE_BASE:-$PWD/workspace}
ports:
- "3000:3000"
network_mode: host
extra_hosts:
- "host.docker.internal:host-gateway"
volumes: