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:
@@ -3,7 +3,7 @@ goaccess:
|
||||
container_name: goaccess
|
||||
restart: always
|
||||
volumes:
|
||||
- /mnt/docker-volumes/nginx-proxy-manager/data/logs:/opt/log:ro
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx-proxy-manager/data/logs:/opt/log:ro
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
Reference in New Issue
Block a user