We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b92fe commit fc7dcafCopy full SHA for fc7dcaf
kbennett/immich/containers.nix
@@ -47,7 +47,7 @@ in
47
TZ = "Europe/Paris";
48
};
49
ports = [
50
- "127.0.0.1:2283:3001"
+ "127.0.0.1:2283:2283"
51
];
52
dependsOn = [ "immich_redis" "immich_postgres" ];
53
extraOptions = [ "--network=immich" ];
@@ -60,7 +60,7 @@ in
60
61
62
immich_redis = {
63
- image = "docker.io/redis:6.2-alpine@sha256:2d1463258f2764328496376f5d965f20c6a67f66ea2b06dc42af351f75248792";
+ image = "docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8";
64
65
66
immich_postgres = {
0 commit comments