Move /config to data dir
This commit is contained in:
parent
cb4eb39baf
commit
f41abfc28f
@ -19,7 +19,7 @@ services:
|
||||
#- '443:443'
|
||||
- '2229:22'
|
||||
volumes:
|
||||
- '${DOCKER_CONFIG}/config:/etc/gitlab'
|
||||
- '${DOCKER_DATA}/config:/etc/gitlab'
|
||||
- '${DOCKER_DATA}/logs:/var/log/gitlab'
|
||||
- '${DOCKER_DATA}/data:/var/opt/gitlab'
|
||||
shm_size: '256m'
|
||||
@ -31,4 +31,4 @@ services:
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
external: true
|
||||
|
Loading…
Reference in New Issue
Block a user