ONLYOFFICE / docker-onlyoffice-nextcloud

MIT License
363 stars 156 forks source link

FastCGI timout #57

Open zeddit opened 3 years ago

zeddit commented 3 years ago

After docker-compose up, when I try to initialize nextcloud, or when to open the app store. It turns out "504 Gateway timed out'.

I have inspected the nginx logs, and found that it's upstream: "fastcgi://172.21.0.4:9000" which means the nextcloud app-server backend who timed out.

I am using nextcloud:fpm 21.0.1.

Anyone can figure it out? Thx.