Update README.md

This commit is contained in:
David Maisonave
2025-01-06 02:49:16 -05:00
committed by GitHub
parent a85de44b15
commit a95375d440

View File

@@ -20,6 +20,8 @@ Then use a DOS window to change to the **ws1** directory before calling the scri
- `CreateContainer.cmd MyStashContainer "stashapp/stash:latest" 9997 IMAGE` - `CreateContainer.cmd MyStashContainer "stashapp/stash:latest" 9997 IMAGE`
- Example with shared mount paths: - Example with shared mount paths:
- `CreateContainer.cmd NewContainer27.2 "stashapp/stash:v0.27.2" 9991 C:\MySharedMountPath C:\Another\Shared\Folder` - `CreateContainer.cmd NewContainer27.2 "stashapp/stash:v0.27.2" 9991 C:\MySharedMountPath C:\Another\Shared\Folder`
- The script support up to 5 mount paths.
- `CreateContainer.cmd ManyMntContainer "stashapp/stash:latest" 9991 C:\downloads C:\tmp C:\img c:\share c:\vids`
- Example with shared mount paths with write access: - Example with shared mount paths with write access:
- `CreateContainer.cmd ContainerName1 "stashapp/stash:latest" 9991 C:\MyShared WRITE` - `CreateContainer.cmd ContainerName1 "stashapp/stash:latest" 9991 C:\MyShared WRITE`
- Example with DLNA: - Example with DLNA: