Skip to content

Commit e69eeef

Browse files
authored
Fix typo in gitlab_ci instruction docs (#7059)
1 parent eb5eb8a commit e69eeef

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, use port 2735 for non-tls connections.
49+
# Instruct Testcontainers to use the daemon of DinD, use port 2375 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)