Remove healthchecks
This commit is contained in:
parent
1171f52445
commit
7a5a811b23
1 changed files with 0 additions and 5 deletions
|
@ -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`,
|
||||
|
|
Reference in a new issue