fix(Docker): Fix Dind Host variable for Testcontainers

This commit is contained in:
Marcel Feix 2022-07-11 14:08:40 +00:00
parent 172e310c94
commit 5b14f21e99

View File

@ -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"