[Question] Docker/Docker-Compose - How to "create system" and load /data directly at first start of docker image #5571
Unanswered
milkmandoor
asked this question in
Q&A
Replies: 1 comment
-
You can bypass install wizard by manually setting up There is an API you can use to trigger a scan automatically. So you could write entry script to run as part of container start. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The docker-compose file suggest putting the data we want our library to be in
/data
inside the docker container. I would have thought this was designed so that the directory would be automatically added to the library and scanned but this isn't the case.Is there a way to make stash directly:
/data
as a Directory to be scanned/data
directory)so that we can fully automate the initialization of a ready-to-use stash instance without any manual action ?
I don't see any option in the CLI relevant to this.
Beta Was this translation helpful? Give feedback.
All reactions