Skip to content

Commit

Permalink
Fix typo in gitlab_ci instruction docs (#7059)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshin-k committed May 30, 2023
1 parent eb5eb8a commit e69eeef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
command: ["--tls=false"]

variables:
# Instruct Testcontainers to use the daemon of DinD, use port 2735 for non-tls connections.
# Instruct Testcontainers to use the daemon of DinD, use port 2375 for non-tls connections.
DOCKER_HOST: "tcp://docker:2375"
# Instruct Docker not to start over TLS.
DOCKER_TLS_CERTDIR: ""
Expand Down

0 comments on commit e69eeef

Please sign in to comment.