-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add nfs for storage #211
Comments
Following https://blog.ruanbekker.com/blog/2020/09/20/setup-a-nfs-server-with-docker/ for a start. Only difference is that i use Trying to mount nfs from nextcloud instance fails due to missing statd.
So now it fails with setting `privileged: true' on the nextcloud container fixed this. |
It was not possible to move the data folder out of the way because it was in use. I ended up copying and removing it. Disabled the apached/sites-enabled - but maybe that was not necessary in the end because copy and move did the trick. So basically
|
I'm working on adding an nfs container that can be attached as storage.
Collecting my notes here so they do not get lost.
The text was updated successfully, but these errors were encountered: