This commit is contained in:
Kroese 2023-03-27 19:57:42 +02:00 committed by GitHub
parent c2b496b45c
commit 5982bfb01f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,13 @@ services:
image: kroese/virtual-dsm:latest
cap_add:
- NET_ADMIN
- SYS_ADMIN
devices:
- /dev/kvm
- /dev/fuse
- /dev/net/tun
ports:
- 5000:5000
- 5001:5001
volumes:
- /home/user/images:/image
- /home/user/images:/images
restart: always