fix: Fixes ingress rules for Traefik

This commit is contained in:
Tera << 8 2025-05-07 23:34:31 -04:00
parent 64429e91d6
commit fcf7ff9bc6
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
3 changed files with 5 additions and 2 deletions

View file

@ -101,7 +101,7 @@
"pterodactyl_ptero_var:/app/var:rw"
];
labels = {
"traefik.http.routers.pterodactyl.rule" = "Host(`pterodactyl.hofers.cloud`)";
"traefik.http.routers.pterodactylhoferscloud.rule" = "Host(`pterodactyl.hofers.cloud`)";
};
dependsOn = [
"pterodactyl-cache"