added docker storage path for paweb, may need to make this smarter eventually, e.g. allow a user to browse mounted file systems to find storage/import paths, and map storage dir to /storage
This commit is contained in:
@@ -493,6 +493,7 @@ services:
|
||||
build: '/home/ddp/src/photoassistant'
|
||||
volumes:
|
||||
- '/srv/docker/container/letsencrypt/etc:/etc/letsencrypt'
|
||||
- '/export/docker/storage:/export/docker/storage'
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=false"
|
||||
- "traefik.enable=true"
|
||||
|
||||
Reference in New Issue
Block a user