From a43c9c26a28b040f2dc164b2767ee2289af78373 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:40:19 -0500 Subject: [PATCH] Update README.md --- Docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/README.md b/Docker/README.md index f3249eb..fc47d49 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -21,7 +21,7 @@ Then use a DOS window to change to the **ws1** directory before calling the scri - Example with shared mount paths: - `CreateContainer.cmd NewContainer27.2 "stashapp/stash:v0.27.2" 9991 C:\MySharedMountPath C:\Another\Shared\Folder` - The script supports up to 6 shared mount paths. - - `CreateContainer.cmd StashCnt "stashapp/stash:latest" 9991 C:\downloads C:\tmp\foo C:\img c:\share\vid c:\vids c:\vid2` + - `CreateContainer.cmd StashCnt "stashapp/stash:latest" 9991 C:\downloads C:\tmp\foo C:\img c:\share\vid E:\vids G:\vid2` - The container gets the mount paths mounted to /external /external2 /external3 /external4 /external5 and /external6 - Example with shared mount paths with write access: - `CreateContainer.cmd ContainerName1 "stashapp/stash:latest" 9991 C:\MyShared WRITE`