Loading deploy/docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ services: traefik.frontend.auth.basic.users: ${UI_AUTH} traefik.frontend.rule: Host:${UI_SUBDOMAIN}.${PUBLIC_HOSTNAME} traefik.backend: elasticsearch-exporter traefik.port: '${WEB_LISTEN-ADDRESS}' traefik.port: "${WEB_LISTEN-ADDRESS}" restart_policy: delay: 30s window: 1m Loading Loading
deploy/docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ services: traefik.frontend.auth.basic.users: ${UI_AUTH} traefik.frontend.rule: Host:${UI_SUBDOMAIN}.${PUBLIC_HOSTNAME} traefik.backend: elasticsearch-exporter traefik.port: '${WEB_LISTEN-ADDRESS}' traefik.port: "${WEB_LISTEN-ADDRESS}" restart_policy: delay: 30s window: 1m Loading