Skip to content

Commit 46b6cd9

Browse files
authored
Update gitlab_ci.md (#6063)
Clarity around the port number for unencrypted docker host connections, as most gitlab DinD examples recommend 2736 without explaining why.
1 parent b9f48ab commit 46b6cd9

File tree

1 file changed

+1
-1
lines changed
  • docs/supported_docker_environment/continuous_integration

1 file changed

+1
-1
lines changed

docs/supported_docker_environment/continuous_integration/gitlab_ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
command: ["--tls=false"]
4747
4848
variables:
49-
# Instruct Testcontainers to use the daemon of DinD.
49+
# Instruct Testcontainers to use the daemon of DinD, use port 2735 for non-tls connections.
5050
DOCKER_HOST: "tcp://docker:2375"
5151
# Instruct Docker not to start over TLS.
5252
DOCKER_TLS_CERTDIR: ""

0 commit comments

Comments
 (0)