Update readme.md

This commit is contained in:
Kroese 2023-03-28 05:14:54 +02:00 committed by GitHub
parent 9ea09f9c47
commit 8a8ab29e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ Via `docker run`:
```bash
$ docker run --rm -it \
--name virtual-dsm \
--name dsm \
-p 5000:5000 \
-p 5001:5001 \
-e DISK_SIZE=16G \
@ -41,7 +41,7 @@ Via `docker-compose.yml`:
version: "3"
services:
vm:
container_name: virtual-dsm
container_name: dsm
image: kroese/virtual-dsm:latest
cap_add:
- NET_ADMIN