10up / wp-local-docker-v2

ARCHIVED: A simple Docker based development environment for WordPress.
MIT License
484 stars 81 forks source link

Can only access nginx success page #306

Open PeterHaughie opened 2 years ago

PeterHaughie commented 2 years ago

Troubleshooting

Describe the bug

NGINX is not working as intended.

I expect to be routed to my Wordpress installation but see the NGINX splash instead.

Steps to Reproduce

Installed from clean this morning. I followed the instructions on the README then updated the docker-compose.yml to remove dependency on phpmyadmin and mailcatcher.

Screenshots, screen recording, code snippet

Hosts file:

Screenshot 2022-05-26 at 14 11 23

NGINX volume /var/www/html contents

Screenshot 2022-05-26 at 14 10 26

NGINX volume Localhost CURL Result

Screenshot 2022-05-26 at 14 11 08

Host Browser Result

Screenshot 2022-05-26 at 14 09 48

Environment information

Platform: M1 OS: MacOS Monterey Docker Desktop version: 4.8.2 (79419) Browser: All

Code of Conduct