Skip to content

Fix overwriting Traefik configuration#22391

Open
NobodysNightmare wants to merge 1 commit intodevfrom
traefik-tls-overwrite
Open

Fix overwriting Traefik configuration#22391
NobodysNightmare wants to merge 1 commit intodevfrom
traefik-tls-overwrite

Conversation

@NobodysNightmare
Copy link
Contributor

It turns out that the initial approach of overwriting certain configuration from the command-line did not work at all, because Traefik insists on only receiving configuration in one way. Either of config file, command-line or env variables.

The best thing to overwrite separately in a docker setup is environment variables, so the configuration has been turned towards environment variables now.

It turns out that the initial approach of overwriting certain configuration
from the command-line did not work at all, because Traefik insists on only receiving
configuration in one way. Either of config file, command-line or env variables.

The best thing to overwrite separately in a docker setup is environment variables,
so the configuration has been turned towards environment variables now.
@NobodysNightmare NobodysNightmare requested a review from a team March 18, 2026 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant