From 325d510f0a255b595ef9ed7e5b05c1a1c1c7f5df Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 19 Dec 2023 06:26:22 +0100 Subject: [PATCH] docs: Readme --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 9df6ee54..b946d6b5 100644 --- a/readme.md +++ b/readme.md @@ -79,14 +79,16 @@ docker run -it --rm -e "BOOT=http://www.example.com/image.iso" -p 5900:5900 --de ```yaml volumes: - - /home/user/data:/storage + - /var/qemu:/storage ``` - Replace the example path `/home/user/data` with the desired storage folder. + Replace the example path `/var/qemu` with the desired storage folder. * ### How do I increase the amount of CPU or RAM? - By default, a single core and 1 GB of RAM are allocated to the container. To increase this, add the following environment variables: + By default, a single core and 1 GB of RAM are allocated to the container. + + To increase this, add the following environment variables: ```yaml environment: