Update docker-compose.yml

This commit is contained in:
Kroese 2023-04-26 02:29:29 +02:00 committed by GitHub
parent 496b4a016a
commit 58ec6c9f50

View file

@ -2,7 +2,7 @@ version: "3"
services: services:
qemu: qemu:
container_name: qemu container_name: qemu
image: kroese/docker-qemu:latest image: qemu-tools/qemu-docker:latest
environment: environment:
CPU_CORES: "1" CPU_CORES: "1"
RAM_SIZE: "512M" RAM_SIZE: "512M"