tweak directory mount

This commit is contained in:
Yax 2020-07-18 19:23:36 +02:00
parent 8c7ab2722a
commit da7a8f3bad

View file

@ -33,7 +33,8 @@ services:
- pigallery_config:/app/data/config:rw
- pigallerydb_data:/app/data/db:rw
- pigallery_tmp:/app/data/tmp:rw
- images/Photos:/app/data/images:ro
# - images:/app/data/images:ro
- images:/images:ro
labels:
- traefik.enable=true
- traefik.http.routers.pigallery_config.rule=Host(`${HOST_PIGALLERY}.${DOMAIN}`)