Skip to content

Commit 9a530a9

Browse files
authored
Add Z flag to EE mounts
1 parent 2059136 commit 9a530a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ services:
3636
- config-ee:/etc/gitlab
3737
- logs-ee:/var/log/gitlab
3838
- 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
4141
healthcheck:
4242
test: /healthcheck-and-setup.sh
4343
interval: 10s

0 commit comments

Comments
 (0)