From c4a42e8a0a5d6fab76f23d694de74d528f21190f Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 6 May 2024 00:50:45 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cb85f9e..673f3f7 100644 --- a/readme.md +++ b/readme.md @@ -93,7 +93,7 @@ docker run -it --rm --name qemu -e "BOOT=http://example.com/image.iso" -p 8006:8 ```yaml volumes: - - /home/user/example.iso:/storage/boot.iso + - /home/user/example.iso:/boot.iso ``` Replace the example path `/home/user/example.iso` with the filename of the desired ISO file.