Update docker-compose.yml

This commit is contained in:
Kroese 2023-04-15 18:10:28 +02:00 committed by GitHub
parent 24b821d74b
commit 5da0fc5871

View file

@ -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