From 171c78de62b70c0e081a4239dcdd26a22f5b6cb8 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sat, 22 Mar 2025 15:11:16 +0100 Subject: [PATCH] Remove healthcheck --- docker-compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1e451dc..8b448b9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,12 +2,6 @@ services: gomft: image: drakkan/sftpgo:latest container_name: SFTPGo - healthcheck: - test: ["CMD-SHELL", "nc -z 127.0.0.1 2022 || exit 1"] - interval: 10s - timeout: 5s - retries: 3 - start_period: 90s ports: - 2022:2022 - 8280:8080