Remove healthcheck
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user