diff --git a/apps/photoprism/250707-sqlite/.env.sample b/apps/photoprism/251130-sqlite/.env.sample similarity index 100% rename from apps/photoprism/250707-sqlite/.env.sample rename to apps/photoprism/251130-sqlite/.env.sample diff --git a/apps/photoprism/250707-sqlite/data.yml b/apps/photoprism/251130-sqlite/data.yml similarity index 100% rename from apps/photoprism/250707-sqlite/data.yml rename to apps/photoprism/251130-sqlite/data.yml diff --git a/apps/photoprism/250707-sqlite/docker-compose.yml b/apps/photoprism/251130-sqlite/docker-compose.yml similarity index 99% rename from apps/photoprism/250707-sqlite/docker-compose.yml rename to apps/photoprism/251130-sqlite/docker-compose.yml index bab7e20f8..b9fbbe25d 100644 --- a/apps/photoprism/250707-sqlite/docker-compose.yml +++ b/apps/photoprism/251130-sqlite/docker-compose.yml @@ -71,7 +71,7 @@ services: security_opt: - seccomp:unconfined - apparmor:unconfined - image: photoprism/photoprism:250707 + image: photoprism/photoprism:251130 labels: createdBy: "Apps" diff --git a/apps/photoprism/250707/data.yml b/apps/photoprism/251130/data.yml similarity index 100% rename from apps/photoprism/250707/data.yml rename to apps/photoprism/251130/data.yml diff --git a/apps/photoprism/250707/docker-compose.yml b/apps/photoprism/251130/docker-compose.yml similarity index 96% rename from apps/photoprism/250707/docker-compose.yml rename to apps/photoprism/251130/docker-compose.yml index d5467daf9..69e4ad161 100644 --- a/apps/photoprism/250707/docker-compose.yml +++ b/apps/photoprism/251130/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: photoprism: - image: photoprism/photoprism:250707 + image: photoprism/photoprism:251130 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/photoprism/250707/envs/photoprism.env b/apps/photoprism/251130/envs/photoprism.env similarity index 100% rename from apps/photoprism/250707/envs/photoprism.env rename to apps/photoprism/251130/envs/photoprism.env