docker-nextcloud icon indicating copy to clipboard operation
docker-nextcloud copied to clipboard

update to nextcloud 22

Open onny opened this issue 4 years ago • 1 comments

onny avatar Oct 15 '21 09:10 onny

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.

ccellist avatar Jun 03 '22 14:06 ccellist