From a04a4ebdeda74fc2914769807c3020c3cb8cd6a5 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Thu, 27 Nov 2025 14:00:06 -0500 Subject: [PATCH] wrong port --- tasks/mariadb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/mariadb.yml b/tasks/mariadb.yml index 200c7bf..d4d1ee6 100644 --- a/tasks/mariadb.yml +++ b/tasks/mariadb.yml @@ -31,4 +31,4 @@ traefik.http.routers.pma.rule: Host(`pma.landite.games`) traefik.http.routers.pma.entrypoints: webSecure traefik.http.routers.pma.tls.certresolver: letsencrypt - traefik.http.services.pma.loadbalancer.server.port: "8080" + traefik.http.services.pma.loadbalancer.server.port: "80"