fix: Compose (#271)
This commit is contained in:
parent
c547cf80a0
commit
8fe73cd0a7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue