fix: Remove controlport
This commit is contained in:
parent
12335bd743
commit
81c218e28a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue