Update readme

This commit is contained in:
Piero Toffanin 2023-01-16 12:17:11 -05:00
parent 590e543864
commit 6ec1702ab7

View file

@ -170,15 +170,6 @@ Run this version with:
docker-compose -f docker-compose.cuda.yml up -d --build
```
### Running Healthchecks
You can enable healthchecks by including this in your docker-compose.yml file:
```
healthcheck:
test: ['CMD-SHELL', './venv/bin/python healthcheck.py']
```
## Arguments
| Argument | Description | Default | Env. name |