Commit 81c218e2 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Remove controlport

parent 12335bd7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4,12 +4,11 @@ services:
        container_name: qemu
        image: qemux/qemu-docker:latest
        environment:
            DISPLAY: "vnc"
            CPU_CORES: "1"
            RAM_SIZE: "512M"            
            DISK_SIZE: "16G"
            BOOT: "https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-standard-3.18.2-x86_64.iso"
            DISPLAY: "vnc"
            CONTROL_PORTS: "5900"
        devices:
            - /dev/kvm
            - /dev/vhost-net