diff --git a/apps/photoview/2.3.13/.env.sample b/apps/photoview/2.4.0/.env.sample similarity index 100% rename from apps/photoview/2.3.13/.env.sample rename to apps/photoview/2.4.0/.env.sample diff --git a/apps/photoview/2.3.13/data.yml b/apps/photoview/2.4.0/data.yml similarity index 100% rename from apps/photoview/2.3.13/data.yml rename to apps/photoview/2.4.0/data.yml diff --git a/apps/photoview/2.3.13/docker-compose.yml b/apps/photoview/2.4.0/docker-compose.yml similarity index 95% rename from apps/photoview/2.3.13/docker-compose.yml rename to apps/photoview/2.4.0/docker-compose.yml index 67dc814de..86bb24ff0 100644 --- a/apps/photoview/2.3.13/docker-compose.yml +++ b/apps/photoview/2.4.0/docker-compose.yml @@ -17,7 +17,7 @@ services: - PHOTOVIEW_MEDIA_CACHE=/app/cache # - GODEBUG=asyncpreemptoff=1 # Optional: If you are using Samba/CIFS-Share and experience problems with "directory not found" # - MAPBOX_TOKEN= # A token can be generated for free here https://account.mapbox.com/access-tokens/ - image: viktorstrate/photoview:2.3.13 + image: viktorstrate/photoview:2.4.0 labels: createdBy: "Apps"