Created
April 27, 2020 01:12
-
-
Save Rolilink/3ca89d6da714715f3eab5ba4ac4412a0 to your computer and use it in GitHub Desktop.
adding entrypoints
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[api] | |
dashboard = true # enables the dashboard | |
insecure = true # enables access to traefik api for some reason needed to access dashboard not intended for production environments | |
[providers.docker] | |
[entryPoints] | |
[entryPoints.web] | |
address = ":80" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment