From 64c9b4e62b76528f319a5166be01cfe0f336dff1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 14 Oct 2024 11:32:55 +0200 Subject: [PATCH] docs: Folder location --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/readme.md b/readme.md index 304008e..1acc54e 100644 --- a/readme.md +++ b/readme.md @@ -39,6 +39,17 @@ docker run -it --rm -p 445:445 -e "USER=samba" -e "PASS=secret" -v "/home/exampl ## Configuration ⚙️ +### How do I choose the shared folder? + + To change the location of the shared folder, include the following bind mount in your compose file: + + ```yaml + volumes: + - /home/example:/storage + ``` + + Replace the example path `/home/example` with the desired folder. + ### How do I modify the credentials? You can set the `USER` and `PASS` environment variables to modify the credentials from their default values: user `samba` with password `secret`.