-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I started working with your image a few days ago and the following errors started to happen today with my local WordPress project set up with devgeniem/wordpress-development-server:latest
[error] 311#311: *1 upstream timed out (110: Operation timed out) while reading upstream, client: 172.18.0.1, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm.sock:"
I see that the underlying docker-wordpress project had several commits in the past 24 hours, so maybe it's the cause of my issue?
If I pull devgeniem/wordpress-server:latest, I have no timeouts, but if I use devgeniem/wordpress--development-server:latest, the container times out very quickly. I need Xdebug!
PS; your project and container layout is very interesting, thank you for open sourcing it. May I suggest you name your Docker Hub and Github projects more consistently? It took me a while to wrap my head around all the images and source bases.