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"]