Fixed inconnect image grouping with the same date but different year (#296)

This commit is contained in:
Alex
2022-07-03 18:00:56 -05:00
committed by GitHub
parent c5be7827c3
commit 633170d743
2 changed files with 2 additions and 2 deletions

View File

@@ -17,4 +17,4 @@ prod:
docker-compose -f ./docker/docker-compose.yml up --build -V --remove-orphans
prod-scale:
docker-compose -f ./docker/docker-compose.yml up --build -V --scale immich-server=5 --scale immich-microservices=3 --remove-orphans
docker-compose -f ./docker/docker-compose.yml up --build -V --scale immich-server=3 --scale immich-microservices=3 --remove-orphans