Update readme.md

This commit is contained in:
Kroese 2023-03-28 05:14:54 +02:00 committed by GitHub
parent 9768d3dfc6
commit 8a75781683

View File

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