File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
16
16
- config-ce:/etc/gitlab
17
17
- logs-ce:/var/log/gitlab
18
18
- data-ce:/var/opt/gitlab
19
- - ${PWD}/scripts/healthcheck-and-setup.sh:/healthcheck-and-setup.sh
19
+ - ${PWD}/scripts/healthcheck-and-setup.sh:/healthcheck-and-setup.sh:Z
20
20
healthcheck :
21
21
test : /healthcheck-and-setup.sh
22
22
interval : 10s
@@ -36,8 +36,8 @@ services:
36
36
- config-ee:/etc/gitlab
37
37
- logs-ee:/var/log/gitlab
38
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
39
+ - ${PWD}/scripts/healthcheck-and-setup.sh:/healthcheck-and-setup.sh:Z
40
+ - ${PWD}/Gitlab-license.txt:/Gitlab-license.txt:Z
41
41
healthcheck :
42
42
test : /healthcheck-and-setup.sh
43
43
interval : 10s
You can’t perform that action at this time.
0 commit comments