-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
persistant mountpoint #129
Comments
You only need to put the rclone mount commando in the "command" section in docker-compose or docker run. In that line you can also boot the web-gui. |
I achieved this by overriding the docker entrypoint with a bash script (e.g. bootstrap.sh). The benefit is that I can mount multiple remotes and do cleanup when it's down. One issue is that such mounts are not shown in web gui.
|
type this will print out the manual to use rc. from there you can figure out that you could mount drives like this after launching rcd first: windows: linux: so in essence just chain these rc commands after launching rcd and you are good to go and all the mounts are running within the rcd process. |
I am trying webui in docker and created mount point and it got mounted successfully. I can access files from host as well.
I like to know that how can I make mount point created via webui persistant so it can servive reboot.
The text was updated successfully, but these errors were encountered: