docker-nextcloud
docker-nextcloud copied to clipboard
update to nextcloud 22
You can actually build this image based on any version of nextcloud as long as you add --build-arg NEXTCLOUD_VERSION=<desired version> to your build command. Personally I added a build stanza to my docker-compose file so I don't have to think about it. I just update the version and docker-compose build. I can't guarantee results since I am not a maintainer, but it's worked for me so far.