fix: Fixes ingress rules for Traefik
This commit is contained in:
parent
64429e91d6
commit
fcf7ff9bc6
3 changed files with 5 additions and 2 deletions
|
@ -133,7 +133,7 @@
|
|||
"/mnt/NASBox/immich/uploads:/usr/src/app/upload:rw"
|
||||
];
|
||||
labels = {
|
||||
"traefik.http.routers.pterodactyl.rule" = "Host(`immich.hofers.cloud`)";
|
||||
"traefik.http.routers.immichhoferscloud.rule" = "Host(`immich.hofers.cloud`)";
|
||||
};
|
||||
dependsOn = [
|
||||
"immich_postgres"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue