Remove unused variable

This commit is contained in:
Kris Lamoureux 2023-10-10 00:17:19 -04:00
parent 31ee724fee
commit 646c884639
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -39,7 +39,6 @@ Here's a brief explanation of the variables used in the docker-compose files:
### Traefik Settings ### Traefik Settings
- `DASHBOARD`: Enable(=true) or disable(=false) the Traefik API dashboard (default: `true`). - `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`). - `DOMAIN`: The domain name where Traefik's dashboard is accessible (default: `traefik.local.krislamo.org`).
- `ENTRYPOINT`: The entry point for the dashboard (default: `local`). - `ENTRYPOINT`: The entry point for the dashboard (default: `local`).
- `EXPOSED_BY_DEFAULT`: Expose Docker containers by default without needing specific labels (default: `false`). - `EXPOSED_BY_DEFAULT`: Expose Docker containers by default without needing specific labels (default: `false`).