From 646c88463956e737fc595751273db73fb78f678b Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Tue, 10 Oct 2023 00:17:19 -0400 Subject: [PATCH] Remove unused variable --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 572711f..0239115 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Here's a brief explanation of the variables used in the docker-compose files: ### Traefik Settings - `DASHBOARD`: Enable(=true) or disable(=false) the Traefik API dashboard (default: `true`). -- `ROUTER`: Traefik's personal router name used in labels (default: `traefik`). - `DOMAIN`: The domain name where Traefik's dashboard is accessible (default: `traefik.local.krislamo.org`). - `ENTRYPOINT`: The entry point for the dashboard (default: `local`). - `EXPOSED_BY_DEFAULT`: Expose Docker containers by default without needing specific labels (default: `false`).