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:
@@ -18,4 +18,4 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /path/to/my/locally/stored/media/files:/photoprism/originals
|
||||
- /mnt/docker-volumes/photoprism/storage:/photoprism/storage
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/photoprism/storage:/photoprism/storage
|
||||
|
||||
Reference in New Issue
Block a user