From bbea0eb429567446044b888c6ff9166fbe030ca8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 18 Dec 2023 12:39:11 +0100 Subject: [PATCH] docs: Readme --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c2471ee..9a5d7ee 100644 --- a/readme.md +++ b/readme.md @@ -89,7 +89,9 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti * ### How do I create a growable disk? - By default, the entire capacity of the disk is reserved in advance. To create a growable disk that only allocates space that is actually used, add the following environment variables: + By default, the entire capacity of the disk is reserved in advance. + + To create a growable disk that only allocates space that is actually used, add the following environment variables: ```yaml environment: @@ -103,7 +105,9 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti * ### 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: