Switch to locals for common traefik labels #4

Closed
nemo wants to merge 7 commits from locals into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 69040999db - Show all commits

View File

@ -204,7 +204,7 @@ resource "docker_container" "headerdebug" {
map( map(
"traefik.frontend.rule", "Host:debug.in.bb8.fun", "traefik.frontend.rule", "Host:debug.in.bb8.fun",
"traefik.port", 8080, "traefik.port", 8080,
"traefik.enable", "true", "traefik.enable", "true"
) )
)}" )}"
} }