Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[docker-compose] Pulling newest Nextcloud-FPM-Alpine gives me an "Internal Server Error" #1277
Comments
|
Ouch, just now saw that point 4 (redis needs a password) from issue #1275 solved this! I had to run the upgrade manually however and then turn off maintenance mode: |
I just ran
docker-compose pull && docker-compose up -d, which updated my Nextcloud instance from19.0.3to20.x. This however left me with an "Internal Server Error", that I cannot resolve.I am using the configuration found at https://github.com/nextcloud/docker/tree/master/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm.
I have also tried to use the very basic Apache installation, which leaves me with the same issue.
// Edit:
The logs for
appsimply shows"GET /index.php" 500, whereas when using the basic Apache version:However,
docker-compose exec app ls -al /var/www/htmlshows:Which looks correct?
Any help would be very much appreciated.