Skip to content

Instantly share code, notes, and snippets.

@darrylmorley
Created October 1, 2021 06:46
Show Gist options
  • Save darrylmorley/a013734967a0fa6cb46e7c9674016c29 to your computer and use it in GitHub Desktop.
Save darrylmorley/a013734967a0fa6cb46e7c9674016c29 to your computer and use it in GitHub Desktop.
Portainer Traefik Labels Example
"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