Fix naming of label condition

This commit is contained in:
sn0w 2018-06-04 01:36:54 +02:00
parent 32e1cc799a
commit cbfd41aa70
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",