qemu
This commit is contained in:
parent
c5f7f56d9e
commit
5e41c867b6
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
vm:
|
vm:
|
||||||
container_name: dsm
|
container_name: qemu
|
||||||
image: kroese/virtual-dsm:latest
|
image: kroese/docker-qemu:latest
|
||||||
environment:
|
environment:
|
||||||
CPU_CORES: "1"
|
CPU_CORES: "1"
|
||||||
RAM_SIZE: "512M"
|
RAM_SIZE: "512M"
|
||||||
|
@ -12,7 +12,7 @@ services:
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 22:22
|
||||||
- 5001:5001
|
- 80:80
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 60s
|
stop_grace_period: 60s
|
||||||
|
|
Loading…
Reference in a new issue