fix: Fixes Traefik not using the right port for Immich

This commit is contained in:
Tera << 8 2025-05-07 23:38:52 -04:00
parent 905da5ab64
commit ad23b2c894
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -134,6 +134,7 @@
];
labels = {
"traefik.http.routers.immichhoferscloud.rule" = "Host(`immich.hofers.cloud`)";
"traefik.http.services.immichhoferscloud.loadbalancer.server.port" = "2283";
};
dependsOn = [
"immich_postgres"