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

Update docker-compose.yml

parent d2c0922d
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
version: "3"
services:
    vm:
        container_name: dsm
        image: kroese/virtual-dsm:latest
        environment:
            DISK_SIZE: "16G"
            RAM_SIZE: "512M"
        cap_add:
            - NET_ADMIN
            - SYS_ADMIN
        devices:
            - /dev/kvm
            - /dev/fuse
            - /dev/net/tun
        ports:
            - 80:5000
            - 443:5001
            - 5000:5000
        volumes:
            - /home/user/images:/images
        restart: always
            - 5001:5001
        restart: on-failure