Open zeddit opened 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'.
docker-compose up
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.
upstream: "fastcgi://172.21.0.4:9000"
I am using nextcloud:fpm 21.0.1.
Anyone can figure it out? Thx.
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.