Update docker-compose.yml
This commit is contained in:
parent
20d9b51150
commit
11ee0f9f1f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue