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

Update docker-compose.yml

parent 0a37e5f8
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ services:
        image: kroese/virtual-dsm:latest
        environment:
            CPU_CORES: "1"
            RAM_SIZE: "512M"            
            DISK_SIZE: "16G"
            RAM_SIZE: "512M"
        devices:
            - /dev/kvm
        cap_add:
@@ -14,5 +14,7 @@ services:
        ports:
            - 5000:5000
            - 5001:5001
        volumes:
            - /var/dsm:/storage
        restart: on-failure
        stop_grace_period: 60s