Update README.md

This commit is contained in:
David Maisonave
2025-01-06 15:47:06 -05:00
committed by GitHub
parent 370b075669
commit ee3f482a8b

View File

@@ -32,7 +32,7 @@ If any of the above arguments are missing, the script will prompt user for each
- `CreateContainer.cmd ContainerName "stashapp/stash:v0.26.2" 9992 C:\Videos SKIP`
### Shared Mount Paths
- CreateContainer.cmd can create 1-6 shared mount paths on the container. A shared mount path is a path that is a HOST path that is mounted on the container, which allows the container to access the files in the host machine.
- CreateContainer.cmd can create 1-6 shared mount paths on the container. A shared mount path is a path that is a HOST path that is mounted on the container, which allows the container to access the files on the host machine.
- The container gets the mount paths mounted to /external /external2 /external3 /external4 /external5 and /external6
- By default the shared mount is READ-ONLY, but by appending **WRITE** to the command line, the script will make all the shared mounts with read-write access.
- Example: `CreateContainer.cmd ContainerName1 "stashapp/stash:latest" 9999 C:\MySharedMountPath WRITE`