Create docker-compose.yml

This commit is contained in:
Kroese 2023-03-26 20:33:53 +02:00 committed by GitHub
parent c4f0fafc04
commit d578eddc98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
docker-compose.yml Normal file
View File

@ -0,0 +1,15 @@
version: "3"
services:
vm:
image: kroese/virtual-dsm:latest
cap_add:
- NET_ADMIN
devices:
- /dev/kvm
- /dev/net/tun
ports:
- 5000:5000
- 5001:5001
volumes:
- /home/user/images:/image
restart: always