mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
17 lines
348 B
YAML
17 lines
348 B
YAML
version: "3"
|
|
services:
|
|
vm:
|
|
image: kroese/virtual-dsm:latest
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- SYS_ADMIN
|
|
devices:
|
|
- /dev/kvm
|
|
- /dev/fuse
|
|
- /dev/net/tun
|
|
ports:
|
|
- 5000:5000
|
|
volumes:
|
|
- /home/user/images:/images
|
|
restart: always
|