From f02dd8ae2299c9aac0d97d02bef6802b784474cb Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Sat, 4 Jan 2025 02:27:56 -0500 Subject: [PATCH] Update README.md --- Docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/README.md b/Docker/README.md index f95c112..8c506b3 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -21,9 +21,9 @@ Then use a DOS window to change to the **ws1** directory before calling the scri - Example with shared mount paths with write access: - `CreateContainer.cmd ContainerName1 "stashapp/stash:latest" 9991 C:\MyShared WRITE` - Example adding Stash **Image** and container: - - `CreateContainer.cmd v0.27.2 "stashapp/stash:v0.27.2" 9997 IMAGE` + - `CreateContainer.cmd NewContainer27.2 "stashapp/stash:v0.27.2" 9997 IMAGE` - Example with DLNA: - - `CreateContainer.cmd v272 "stashapp/stash:v0.27.2" 9996 C:\downloads DLNA` + - `CreateContainer.cmd MyDLNA272 "stashapp/stash:v0.27.2" 9996 C:\downloads DLNA` - Example skipping docker-compose: - `CreateContainer.cmd ContainerName "stashapp/stash:v0.26.2" 9992 C:\Videos SKIP`