Skip to content

Commit fc7dcaf

Browse files
committed
chore: bump immich
1 parent 38b92fe commit fc7dcaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kbennett/immich/containers.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ in
4747
TZ = "Europe/Paris";
4848
};
4949
ports = [
50-
"127.0.0.1:2283:3001"
50+
"127.0.0.1:2283:2283"
5151
];
5252
dependsOn = [ "immich_redis" "immich_postgres" ];
5353
extraOptions = [ "--network=immich" ];
@@ -60,7 +60,7 @@ in
6060
extraOptions = [ "--network=immich" ];
6161
};
6262
immich_redis = {
63-
image = "docker.io/redis:6.2-alpine@sha256:2d1463258f2764328496376f5d965f20c6a67f66ea2b06dc42af351f75248792";
63+
image = "docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8";
6464
extraOptions = [ "--network=immich" ];
6565
};
6666
immich_postgres = {

0 commit comments

Comments
 (0)