mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2025-02-20 08:38:24 +07:00
Update readme.md
This commit is contained in:
parent
9768d3dfc6
commit
8a75781683
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user