From 7a5a811b2357b32222a151f705035b52af3e4e4a Mon Sep 17 00:00:00 2001 From: Varakh Date: Sun, 22 Dec 2019 13:01:44 +0100 Subject: [PATCH] Remove healthchecks --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 77623ce..f86f916 100755 --- a/README.md +++ b/README.md @@ -87,11 +87,6 @@ services: restart: always networks: - teamspeak - healthcheck: - test: "nc -z localhost 80" - interval: 1s - timeout: 10s - retries: 5 ``` Now execute `docker-compose up -d` to start those containers. If you like to update, do `docker-compose down`,