From 95434d3bb3fb33d5b4067d39924c436e371f448d Mon Sep 17 00:00:00 2001 From: Andrey Butirsky Date: Sun, 25 May 2025 17:34:26 +0300 Subject: [PATCH] compose.yml: allow BOOT set at build time --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index de1abd6b..e7926abd 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ services: image: qemux/qemu container_name: qemu environment: - BOOT: "alpine" + BOOT: ${BOOT-alpine} devices: - /dev/kvm - /dev/net/tun