Forked from containeroo-gists/socket-proxy-traefik.yml
Created
August 6, 2021 22:23
-
-
Save shawnhank/30171e6511529723097670470d391d83 to your computer and use it in GitHub Desktop.
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 | |
debug: false | |
entryPoints: | |
http: | |
address: ":80" | |
https: | |
address: ":443" | |
providers: | |
docker: | |
endpoint: "tcp://socket-proxy:2375" | |
watch: true | |
exposedbydefault: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment