Closed infracritical closed 6 months ago
Hello!
This might be connected to other configuration of the docker environment.
Can you share your docker compose yml file?
Alex Tselegidis, Plainpad Creator Need a customization? Contact me in person! |
Closing this due to inactivity
Alex Tselegidis, Plainpad Creator Need a customization? Contact me in person! |
The only port I've changed is port 80 to a non-descript port (3025).
After building the suite of containers, I tried accessing the modified port (3025) and got the typical "502 Gad Gateway" error message.
Upon performing "docker-compose logs -f", I noticed this error message:
*2024/01/18 15:36:46 [error] 29#29: 1 connect() failed (111: Connection refused) while connecting to upstream, client: 10.1.1.152, server: localhost, request: "GET / HTTP/1.1", upstream: "http://192.168.32.4:3000/", host: "10.1.1.75:3025"**
My desktop is .152 (DHCP-assigned); my server is .75 (statically-assign).
Any ideas?