Update docker-compose.yml

This commit is contained in:
Kroese 2023-04-26 19:45:53 +02:00 committed by GitHub
parent 20d9b51150
commit 11ee0f9f1f

View file

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