minus-squarestuner@lemmy.worldtoSelfhosted@lemmy.world•How to move OwnCloud data? (Solved) linkfedilinkEnglisharrow-up2·11 days agoI’m not quite sure what you’re trying to do here. Are you Trying to create a new owncloud instance and put your data somewhere other than in /var, or Try to move the data location of an existing owncloud instance? If you’re trying to do the second one, there’s a useful guide on it here: https://omiid.me/notebook/25/move-docker-volume-to-bind-mount. The first one should be even simpler, you can just replace the volumes in the compose file by bind mounts (basically, just this step of the tutorial: https://omiid.me/notebook/25/move-docker-volume-to-bind-mount#modifying-docker-compose). linkfedilink
I’m not quite sure what you’re trying to do here. Are you
If you’re trying to do the second one, there’s a useful guide on it here: https://omiid.me/notebook/25/move-docker-volume-to-bind-mount. The first one should be even simpler, you can just replace the volumes in the compose file by bind mounts (basically, just this step of the tutorial: https://omiid.me/notebook/25/move-docker-volume-to-bind-mount#modifying-docker-compose).