Update docker-compose.yml
This commit is contained in:
parent
24b821d74b
commit
5da0fc5871
1 changed files with 2 additions and 4 deletions
|
@ -7,14 +7,12 @@ services:
|
||||||
CPU_CORES: "1"
|
CPU_CORES: "1"
|
||||||
RAM_SIZE: "512M"
|
RAM_SIZE: "512M"
|
||||||
DISK_SIZE: "16G"
|
DISK_SIZE: "16G"
|
||||||
BOOT: "http://www.tinycorelinux.net/13.x/x86/release/Core-13.1.iso"
|
BOOT: "http://www.example.com/image.iso"
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
ports:
|
ports:
|
||||||
- 22:22
|
- 22:22
|
||||||
volumes:
|
|
||||||
- /var/qemu:/storage
|
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
stop_grace_period: 1m
|
||||||
|
|
Loading…
Reference in a new issue