Docker: 404 when trying to update

Created on 21 Jul 2020  路  3Comments  路  Source: nextcloud/docker

Using the 19.0.0-fpm image, nginx as frontend with the recommended configuration (https://docs.nextcloud.com/server/19/admin_manual/installation/nginx.html). Going to the updater page returns a 404 error.
Is this expected?

All 3 comments

Hello!
I faced the same issue and I simply pulled the new docker images and restarted my docker containers.
$ docker-compose pull
$ docker-compose up -d

Hopefull< this also works for you.

Regards

Jens

Yes, that's what I ended up doing too. However, a word on the issue from upstream to clarify what the expected behavior is would be nice.

https://github.com/nextcloud/docker#update-to-a-newer-version
Just leaving this here 馃槈

The updated is purposely removed, so that you don't accidentally update NC without updating the actual docker image.

Was this page helpful?
0 / 5 - 0 ratings