We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4df3f3 commit 9b612b8Copy full SHA for 9b612b8
‎docker-compose.swarm.yml‎
@@ -76,12 +76,12 @@ services:
76
volumes:
77
- gitlab-data:/home/git/data:Z
78
- certs-data:/certs
79
- healthcheck:
80
- test: ["CMD", "/usr/local/sbin/healthcheck"]
81
- interval: 5m
82
- timeout: 10s
83
- retries: 3
84
- start_period: 5m
+ # healthcheck:
+ # test: ["CMD", "/usr/local/sbin/healthcheck"]
+ # interval: 5m
+ # timeout: 10s
+ # retries: 3
+ # start_period: 5m
85
networks:
86
# To communicate with other services in this stack
87
- default
0 commit comments