Unverified Commit d578eddc authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Create docker-compose.yml

parent c4f0fafc
Loading
Loading
Loading
Loading

docker-compose.yml

0 → 100644
+15 −0
Original line number Diff line number Diff line
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