Remove healthcheck

This commit is contained in:
2025-03-22 15:11:16 +01:00
parent a97f04dea7
commit 171c78de62
-6
View File
@@ -2,12 +2,6 @@ services:
gomft: gomft:
image: drakkan/sftpgo:latest image: drakkan/sftpgo:latest
container_name: SFTPGo 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: ports:
- 2022:2022 - 2022:2022
- 8280:8080 - 8280:8080