You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank for sharing, this is a great project for local environment.
Just there are some errors on extra_host in WordPress directives on docker-compose.yml. I think this should be different or should not be in there, because you will get: Error response from daemon: invalid IP address in add-host: "nginx"
Also, I recommend having in hand wp-config and upload.
thank again!
The text was updated successfully, but these errors were encountered:
Hey @LockeAG thanks for pointing those out. I ended up adding a static IP to the Nginx service in order to deal with the loopback error that shows up under Site Health. The extra_host directive is no longer needed. I've opted against mounting the upload folder because you can backup and restore the wp_data and db_data volumes across different environments using the scripts provided.
What do you see as the advantage of having the wp-config.php file mounted vs using the built in file that you can customize from the docker service?
Thank for sharing, this is a great project for local environment.
Just there are some errors on
extra_host
in WordPress directives ondocker-compose.yml
. I think this should be different or should not be in there, because you will get:Error response from daemon: invalid IP address in add-host: "nginx"
Also, I recommend having in hand wp-config and upload.
thank again!
The text was updated successfully, but these errors were encountered: