mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
add env 'DOCKER_VOLUME_STORAGE' for volume path customization
This commit is contained in:
@@ -8,5 +8,5 @@ services:
|
||||
ports:
|
||||
- 53842:53842
|
||||
volumes:
|
||||
- /mnt/docker-volumes/gokapi/data:/app/data
|
||||
- /mnt/docker-volumes/gokapi/config:/app/config
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/gokapi/data:/app/data
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/gokapi/config:/app/config
|
||||
|
||||
Reference in New Issue
Block a user