From 041b5909b752794c31da15a29339e4e00e4fe485 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 6 May 2023 20:43:13 +0200 Subject: [PATCH] Disk space --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e6eb726..139e593 100644 --- a/readme.md +++ b/readme.md @@ -77,13 +77,15 @@ docker run -it --rm -e "BOOT=http://www.example.com/image.iso" --device=/dev/kvm * ### How do I change the location of the data disk? - To change the data disk's location from the default docker volume, include the following bind mount in your compose file and replace the path `/home/user/data` with the desired storage folder: + To change the data disk's location from the default docker volume, include the following bind mount in your compose file: ``` volumes: - /home/user/data:/storage ``` + Replace the example path `/home/user/data` with the desired storage folder. + * ### How do I change the space reserved by the data disk? By default, the entire disk space is reserved in advance. To create a growable disk, that only reserves the space that is actually used, add the following environment variable: