From 07345b1236d03ac5b312ae62980c72fc4196e7bb Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 17 May 2021 15:58:50 +0200 Subject: [PATCH] Drop duplicate key --- compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose.yml b/compose.yml index 217dd04..6e37500 100644 --- a/compose.yml +++ b/compose.yml @@ -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"]