From 2a8bfd86d0d84e5f098fd24d8da093bd7474c527 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Tue, 4 Jun 2024 14:49:26 +0800 Subject: [PATCH] Refactor thelounge.yml to update Traefik rule for IRC domain --- swarm/thelounge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/thelounge.yml b/swarm/thelounge.yml index 7c84ead..2119d55 100644 --- a/swarm/thelounge.yml +++ b/swarm/thelounge.yml @@ -13,7 +13,7 @@ services: - traefik.enable=true - traefik.docker.network=traefik-public - traefik.constraint-label=traefik-public - - traefik.http.routers.thelounge-https.rule=Host(irc.`${DOMAIN?Variable not set}`) + - traefik.http.routers.thelounge-https.rule=Host(`irc.${DOMAIN?Variable not set}`) - traefik.http.routers.thelounge-https.entrypoints=https - traefik.http.routers.thelounge-https.tls=true - traefik.http.routers.thelounge-https.tls.certresolver=le