diff --git a/photo/docker-compose.photo.yml b/photo/docker-compose.photo.yml index 6ecccc0..478b5e8 100644 --- a/photo/docker-compose.photo.yml +++ b/photo/docker-compose.photo.yml @@ -34,7 +34,7 @@ services: - pigallerydb_data:/app/data/db:rw - pigallery_tmp:/app/data/tmp:rw # - images:/app/data/images:ro - -images:/images:ro + - images:/images:ro labels: - traefik.enable=true - traefik.http.routers.pigallery_config.rule=Host(`${HOST_PIGALLERY}.${DOMAIN}`)