diff --git a/photo/docker-compose.photo.yml b/photo/docker-compose.photo.yml index 2c59f55..6ecccc0 100644 --- a/photo/docker-compose.photo.yml +++ b/photo/docker-compose.photo.yml @@ -33,7 +33,8 @@ services: - pigallery_config:/app/data/config:rw - pigallerydb_data:/app/data/db:rw - pigallery_tmp:/app/data/tmp:rw - - images:/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}`)