Archived
1
0
Fork 0

Remove healthchecks

This commit is contained in:
Varakh 2019-12-22 13:01:44 +01:00
parent 1171f52445
commit 7a5a811b23

View file

@ -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`,