This commit is contained in:
Kroese 2023-04-12 00:45:17 +02:00 committed by GitHub
parent 4d77081b8e
commit 8e99a0b39e

View file

@ -6,13 +6,13 @@ services:
environment: environment:
CPU_CORES: "1" CPU_CORES: "1"
RAM_SIZE: "512M" RAM_SIZE: "512M"
DISK_SIZE: "16G" DISK_SIZE: "16G"
BOOT: "https://ftp.halifax.rwth-aachen.de/osdn/clonezilla/78259/clonezilla-live-3.0.3-22-amd64.iso"
devices: devices:
- /dev/kvm - /dev/kvm
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
ports: ports:
- 22:22 - 22:22
- 80:80
restart: on-failure restart: on-failure
stop_grace_period: 60s stop_grace_period: 60s