It took a little bit of work but I rolled my own docker compose and it’s been pretty solid. I pin the specific nextcloud version in my compose file (I don’t like using :latest for things) and updating is as simple as incrementing the version, pulling the new image, and restarting the container. I’ve been running this way for a couple years now and I couldn’t be happier with it.
Comment on Problem with updating Nextcloud on TrueNAS
wax@lemmy.wtf 1 year ago
Gah, this is the reason I havent set up nextcloud. Cant tweak the all in one docker thing to my needs, and a manual install cant easily be updated. Too much hassle when I just want to use nextcloud memories
skadden@ctrlaltelite.xyz 1 year ago
vegetaaaaaaa@lemmy.world 1 year ago
It definitely can, been doing it for years. Just bump the version number in
nextcloud_version
, deploy, done.