ONLYOFFICE / docker-onlyoffice-nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastCGI timout

zeddit opened this issue · comments

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.