Cannot access webstite URL, 503 error
See original GitHub issueDescribe the bug
When I start using wp local docker cca 3 months ago, everything was fine except SSL (I didn’t care about SSL so I just commented 443 port). But recently I added a new website and cleared cache and since then I’m having this problem. But anyway I don’t think the problem is with my setup. Because now I reinstall OS and I’m having exactly the same issue again. All services are running and logs seem to be OK
Cannot access a website. Without HTTP version http://test-dev-wp.test I’m getting: (screenshot below)
503 Service Temporarily Unavailable
With HTTPS https://test-dev-wp.test : (screenshot below)
Secure Connection Failed
An error occurred during a connection to test-dev-wp.test. PR_END_OF_FILE_ERROR
Steps to Reproduce
- Install fresh 10updocker with
npm install -g wp-local-docker
- Create environment with
10updocker create
command - Follow instructions and create single wordpres site fx
test-dev-wp.test
- Wait till finish and try to access website
- Logs: nginx container 10up/nginx-proxy wp-php-fpm-dev-7.4
Expected behavior
Be able at least access not secure (HTTP) version.
Screenshots
Environment information
- Device: ThinkPad W520
- OS: Arch Linux, Kernel: 5.10.28-1-lts
- Browser and version: Firefox 87.0, Chromium 89.0.4389.114
- WordPress version: 5.7
Additional context
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
I was setting up 10updocker on Fedora 34 and ran across the same issue. I tried debugging it for hours and reinstalled it a bunch of things. However i ended up trying the #188 10updocker on m1 solution and it worked. I edited the ~/.wplocaldocker/global/docker-compose.yml file and change the gateway from 10up/nginx-proxy to 10up/nginx-proxy:multiarch and mysql:5 to image: mariadb and it started working. I honestly have no idea why it worked but give it a shot
Going to close this one since I haven’t heard back but if you are still having issues feel free to comment and I will open it back up! Thanks all!