Created
October 1, 2021 06:46
-
-
Save darrylmorley/a013734967a0fa6cb46e7c9674016c29 to your computer and use it in GitHub Desktop.
Portainer Traefik Labels Example
This file contains hidden or 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
"traefik.enable=true" | |
"traefik.docker.network=proxy" | |
"traefik.http.routers.app-secure.entrypoints=websecure" | |
"traefik.http.routers.app-secure.rule=Host(`domain.name`)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment