Skip to content

Commit

Permalink
Fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk committed Jan 7, 2025
1 parent 585c2af commit 3db680b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/traefik/template.env
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ MONITORED_NETWORK=${MONITORED_NETWORK}
WEBSERVER_HOST=${WEBSERVER_HOST}
WEBSERVER_PORT=${WEBSERVER_PORT}

TRAEFIK_DOMAINS_REDIRECT_FROM=
TRAEFIK_DOMAINS_REDIRECT_TO=
TRAEFIK_DOMAINS_REDIRECT_FROM=${TRAEFIK_DOMAINS_REDIRECT_FROM}
TRAEFIK_DOMAINS_REDIRECT_TO=${TRAEFIK_DOMAINS_REDIRECT_TO}

0 comments on commit 3db680b

Please sign in to comment.