From aeac44e8c77fc3d7c7657bda4c9b35c5d65c52d1 Mon Sep 17 00:00:00 2001 From: Louis King Date: Tue, 14 Apr 2026 20:43:59 +0100 Subject: [PATCH] Fix stale DOMAIN reference in traefik override comment --- docker-compose.traefik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.traefik.yml b/docker-compose.traefik.yml index 6d53693..c55b96f 100644 --- a/docker-compose.traefik.yml +++ b/docker-compose.traefik.yml @@ -3,7 +3,7 @@ # Adds Traefik auto-discovery labels to api and web services. # Requires docker-compose.prod.yml (for the proxy-net network). # -# Set DOMAIN in your .env file to the hostname for this instance. +# Set TRAEFIK_DOMAIN in your .env file to the hostname for this instance. # # Prerequisites: # - Traefik configured with Docker provider and attached to proxy-net