diff --git a/apps/postgresql/live.hcl b/apps/postgresql/live.hcl index 670e5a6..b4ca34c 100644 --- a/apps/postgresql/live.hcl +++ b/apps/postgresql/live.hcl @@ -29,7 +29,7 @@ job "postgres" { tags = [ "traefik.enable=true", - "traefik.tcp.routers.postgres.rule=HostSNI(`postgres.service.nr5`)", + "traefik.tcp.routers.postgres.rule=Host(`postgres.service.nr5`)", ] }