ignore x509 errors for runner

This commit is contained in:
Joey Hafner 2022-03-02 15:04:45 -08:00
parent 57946264f6
commit e8b0144f5d

View File

@ -33,6 +33,8 @@ services:
image: 'gitlab/gitlab-runner:latest'
container_name: gitlab-runner
restart: always
environment:
- GODEBUG="x509ignoreCN=0"
volumes:
- ${DOCKER_DATA}/runner-config:/etc/gitlab-runner
- /var/run/docker.sock:/var/run/docker.sock