Update readme.md

This commit is contained in:
Kroese 2023-04-12 21:32:19 +02:00 committed by GitHub
parent e1d91b7629
commit afda0e8f4d

View File

@ -50,7 +50,7 @@ services:
Via `docker run`
```bash
$ docker run --name dsm -it -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN -v "/var/dsm:/storage" --stop-timeout 60 kroese/virtual-dsm:latest
$ docker run --name dsm -it -p 5000:5000 -e "DISK_SIZE=16GB" -v "/var/dsm:/storage" --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 kroese/virtual-dsm:latest
```
## FAQ