mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
add env 'DOCKER_VOLUME_STORAGE' for volume path customization
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
ports:
|
||||
- 8765:80
|
||||
volumes:
|
||||
- /mnt/docker-volumes/speedtest-tracker/config:/config
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/speedtest-tracker/config:/config
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
- PGID=1000
|
||||
|
||||
Reference in New Issue
Block a user