Update readme.md

This commit is contained in:
Kroese
2023-03-28 05:14:54 +02:00
committed by GitHub
parent 9ea09f9c47
commit 8a8ab29e94

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