fix(Docker): Fix Dind Host variable for Testcontainers
This commit is contained in:
parent
172e310c94
commit
5b14f21e99
@ -19,4 +19,4 @@
|
||||
# Improve performance with overlayfs.
|
||||
DOCKER_DRIVER: overlay2
|
||||
# Needed by testcontainers https://www.testcontainers.org/supported_docker_environment/continuous_integration/gitlab_ci/
|
||||
TESTCONTAINERS_HOST_OVERRIDE: "host.docker.internal"
|
||||
TESTCONTAINERS_HOST_OVERRIDE: "docker"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user