From c6ebc8dea2e08833c4dc485b3117ecce4e9e9f30 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 3 Apr 2023 19:33:53 +0200 Subject: [PATCH] FAQ --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index c9ff63d..700276c 100644 --- a/readme.md +++ b/readme.md @@ -75,8 +75,8 @@ $ docker run --rm -it \ By default it is 16GB, but you can modify the `DISK_SIZE` setting in your compose file: ``` - environment: - DISK_SIZE: "16G" + environment: + DISK_SIZE: "16G" ``` To create an empty disk with a maximum capacity of 8 terabyte you would use a value of `"8T"` for example. @@ -87,7 +87,7 @@ $ docker run --rm -it \ ``` volumes: - - /home/user/data:/storage + - /home/user/data:/storage ``` Just replace `/home/user/data` with the folder path you want to use for storage. @@ -97,8 +97,8 @@ $ docker run --rm -it \ By default it installs vDSM 7.2, but if you want to use an older version you can add these lines to your compose file: ``` - environment: - URL: "https://global.synologydownload.com/download/DSM/release/7.0.1/42218/DSM_VirtualDSM_42218.pat" + environment: + URL: "https://global.synologydownload.com/download/DSM/release/7.0.1/42218/DSM_VirtualDSM_42218.pat" ``` You can also switch back and forth between versions this way without loosing your file data.