From 82e77d9f1227c34fbe6c8a4e56d5afa832a18b6d Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Fri, 29 May 2026 13:15:56 +0700 Subject: [PATCH] fix(moderation): update Traefik router rule to use correct host --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 906aa3b..d527b46 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: - ./.muxer-queue.db-wal:/app/.muxer-queue.db-wal labels: - "traefik.enable=true" - - "traefik.http.routers.imphenbot.rule=Host(`upload.asepharyana.my.id`) || Host(`upload.asepharyana.tech`) || Host(`upload.asepharyana.web.id`)" + - "traefik.http.routers.imphenbot.rule=Host(`imphnen.asepharyana.my.id`) || Host(`imphnen.asepharyana.tech`) || Host(`imphnen.asepharyana.web.id`)" - "traefik.http.routers.imphenbot.entrypoints=websecure" - "traefik.http.routers.imphenbot.tls=true" # Expose port to traefik (adjust if WEBSERVER_PORT differs)