Add stop timeout

This commit is contained in:
Kroese 2023-04-10 22:46:35 +02:00 committed by GitHub
parent dd5a017e47
commit e1e7970e12

View File

@ -47,7 +47,7 @@ services:
Via `docker run`:
```bash
$ docker run -p 5000:5000 --cap-add NET_ADMIN --device=/dev/kvm kroese/virtual-dsm:latest
$ docker run run --rm -it -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 kroese/virtual-dsm:latest
```
## FAQ