Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly pass traefik command options #116

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

tbuehlmann
Copy link
Contributor

Traefik command options need to be passed as --key=value, not --key value.

This will raise an error:

$ docker run traefik --entryPoints.web.address ":80"

This will not raise an error:

$ docker run traefik --entryPoints.web.address=:80

Traefik command options need to be passed as `--key=value`, not `--key value`.
@tbuehlmann tbuehlmann marked this pull request as ready for review March 14, 2023 14:26
@dhh dhh merged commit c282461 into basecamp:main Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants