mount extra volumes for stash
This commit is contained in:
8
dockerfiles/services/stashapp/cli/shell
Executable file
8
dockerfiles/services/stashapp/cli/shell
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
docker run --rm -it \
|
||||
-v $(pwd)/test.tc:/test.tc \
|
||||
-v $(pwd)/entrypoint.sh:/entrypoint \
|
||||
--privileged=true \
|
||||
xaicorp/stashapp:latest /bin/bash
|
||||
Reference in New Issue
Block a user