Commit 0569f2a7 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update docker-compose.yml

parent 561e37de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@ services:
        environment:
            DISK_SIZE: "16G"
            RAM_SIZE: "512M"
        cap_add:
            - NET_ADMIN
        devices:
            - /dev/kvm
        cap_add:
            - NET_ADMIN                       
        ports:
            - 80:5000
            - 443:5001