fix trailing comma

This commit is contained in:
Nemo 2017-12-26 19:02:50 +05:30
parent 99a3637308
commit 69040999db
1 changed files with 1 additions and 1 deletions

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"
) )
)}" )}"
} }