From a85de44b1576f7d0b0aab91b70ca698ec99f85ef Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:44:07 -0500 Subject: [PATCH] Update README.md --- Docker/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Docker/README.md b/Docker/README.md index 8c506b3..23f06f1 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -16,12 +16,12 @@ Then use a DOS window to change to the **ws1** directory before calling the scri ### Example Commands: - Example usage with minumum arguments: - `CreateContainer.cmd MyContainerName "stashapp/stash:latest" 9998` +- Example adding Stash **Image** and container: + - `CreateContainer.cmd MyStashContainer "stashapp/stash:latest" 9997 IMAGE` - Example with shared mount paths: - - `CreateContainer.cmd ContainerName1 "stashapp/stash:latest" 9991 C:\MySharedMountPath C:\Another\Shared\Folder` + - `CreateContainer.cmd NewContainer27.2 "stashapp/stash:v0.27.2" 9991 C:\MySharedMountPath C:\Another\Shared\Folder` - 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 NewContainer27.2 "stashapp/stash:v0.27.2" 9997 IMAGE` - Example with DLNA: - `CreateContainer.cmd MyDLNA272 "stashapp/stash:v0.27.2" 9996 C:\downloads DLNA` - Example skipping docker-compose: