Drop duplicate key

This commit is contained in:
decentral1se 2021-05-17 15:58:50 +02:00
parent 0b7873871a
commit 07345b1236
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
entrypoint:
healthcheck:
test:
["CMD-SHELL", "wget -q --spider --proxy=off localhost:8787 || exit 1"]