fix: Fixes Traefik not using the right port for Immich
This commit is contained in:
parent
905da5ab64
commit
ad23b2c894
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@
|
||||||
];
|
];
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.http.routers.immichhoferscloud.rule" = "Host(`immich.hofers.cloud`)";
|
"traefik.http.routers.immichhoferscloud.rule" = "Host(`immich.hofers.cloud`)";
|
||||||
|
"traefik.http.services.immichhoferscloud.loadbalancer.server.port" = "2283";
|
||||||
};
|
};
|
||||||
dependsOn = [
|
dependsOn = [
|
||||||
"immich_postgres"
|
"immich_postgres"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue