immich: 1.117.0 -> 1.118.2

This commit is contained in:
Pim Kunis 2024-10-17 21:17:20 +02:00
parent 6150b95988
commit dc062231ac
2 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@
containers.immich = {
image = globals.images.immich;
imagePullPolicy = "IfNotPresent";
ports.web.containerPort = 3001;
ports.web.containerPort = 2283;
env = {
TZ.value = "Europe/Amsterdam";