No reason why it shouldn't be running, therefore: restart: always

This commit is contained in:
William Miceli
2019-03-15 14:59:30 -04:00
parent acc305804e
commit 8056390777

View File

@@ -55,7 +55,7 @@ services:
io.rancher.sidekicks: gitlab-runner-config io.rancher.sidekicks: gitlab-runner-config
traefik.enable: false traefik.enable: false
privileged: true privileged: true
restart: on-failure restart: always
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /RancherCattle/${DATA_DIR}:/etc/gitlab-runner - /RancherCattle/${DATA_DIR}:/etc/gitlab-runner