Docker: New NextCloud docker install stops responding after 5 seconds

Created on 27 Dec 2020  路  5Comments  路  Source: nextcloud/docker

Video Of Issue

I literally just installed next cloud docker, this is the command I used:

docker run -d --net bignet --ip xxx.xxx.xxx.xxx -v /var/ignition/ipas:/var/www/html/data nextcloud

However, after about 5 seconds of using it, the website starts timing out. I have restarted the docker a few times and that fixes it for another 5 seconds before it crashes again.

Most helpful comment

This seems to be caused by the collabora online - built-in code server

All 5 comments

I thought it was broken, but actually if you leave it for 40 seconds it will eventually load the page. This is a really long time and means every Time you press something you have to wait 40 seconds.

Any fix?

This seems to be caused by the collabora online - built-in code server

I am having the same issue after upgrading from 20.0.2 to 20.0.4 via docker-compose. Disabling the _Collabora Online - Built-in CODE Server_ indeed solved the Problem for me and the loading times are back to normal, thank you!

I have the same issue (up to 1min to load a page) and disabling Collabora Online - Built-in CODE Server fixes the issue for me. Thanks for the hint!

Note that I'm using this docker-compose config: https://github.com/nextcloud/docker/tree/master/.examples/docker-compose/with-nginx-proxy/postgres/apache

Any ideas what might be causing the issue?

I have the same issue (up to 1min to load a page) and disabling Collabora Online - Built-in CODE Server fixes the issue for me. Thanks for the hint!

Note that I'm using this docker-compose config: https://github.com/nextcloud/docker/tree/master/.examples/docker-compose/with-nginx-proxy/postgres/apache

Any ideas what might be causing the issue?

No idea, I never figured it out I just disabled collabora. Ended up making my own docker image with next cloud installed, I haven't tested the issue since, but if you're having an issue still then I can only assume it hasn't been fixed yet

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Xanarkan picture Xanarkan  路  3Comments

vancky picture vancky  路  3Comments

DisasteR picture DisasteR  路  3Comments

gjedeer picture gjedeer  路  3Comments

all-the-good-ones-are-gone picture all-the-good-ones-are-gone  路  3Comments