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 2059136 commit 9a530a9Copy full SHA for 9a530a9
docker-compose.yml
@@ -36,8 +36,8 @@ services:
36
- config-ee:/etc/gitlab
37
- logs-ee:/var/log/gitlab
38
- data-ee:/var/opt/gitlab
39
- - ${PWD}/scripts/healthcheck-and-setup.sh:/healthcheck-and-setup.sh
40
- - ${PWD}/Gitlab-license.txt:/Gitlab-license.txt
+ - ${PWD}/scripts/healthcheck-and-setup.sh:/healthcheck-and-setup.sh:Z
+ - ${PWD}/Gitlab-license.txt:/Gitlab-license.txt:Z
41
healthcheck:
42
test: /healthcheck-and-setup.sh
43
interval: 10s
0 commit comments