Fix naming of label condition

This commit is contained in:
Lukas Breuer 2018-06-04 01:36:54 +02:00
parent 5182c1c604
commit fb9ce938b8
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ define(<env_inline_fb>, <${upcase($1):-$2}>)
"env_inline(<docker_datadir>)/uploads:env_inline_fb(<pleroma_uploads_path>, </uploads>)"
],
"labels": [
ifelse(SCRIPT_USE_PROXY, traefik, <
ifelse(__SCRIPT_USE_PROXY, traefik, <
"traefik.enable=true",
"traefik.fe.port=4000",
"traefik.fe.protocol=http",