fix: Compose (#271)

This commit is contained in:
Kroese 2023-12-25 08:07:11 +01:00 committed by GitHub
parent c547cf80a0
commit 8fe73cd0a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ services:
container_name: qemu
image: qemux/qemu-docker:latest
environment:
DISPLAY: "vnc"
RAM_SIZE: "1G"
CPU_CORES: "1"
DISK_SIZE: "16G"
@ -18,5 +19,6 @@ services:
- NET_ADMIN
ports:
- 2222:22
- 5900:5900
restart: on-failure
stop_grace_period: 1m