Skip to content
Snippets Groups Projects
Commit 907affb4 authored by Jens Thomae's avatar Jens Thomae
Browse files

Merge branch 'hotfix/docker-tls-port-mismatch' into 'main'

fix: docker TLS port mismatch

See merge request !26
parents 22a8e104 853c8c41
Branches
No related tags found
1 merge request!26fix: docker TLS port mismatch
Pipeline #1663224 passed
......@@ -6,6 +6,8 @@ deploy_production:
image: docker:latest
services:
- docker:dind
variables:
DOCKER_TLS_CERTDIR: ""
before_script:
- apk add --no-cache docker-compose
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment