The End Goal
To be able to connect to the services that I have hosted through docker via the domain that I own.
The Problem
Despite continuous checks to make sure everything is in order the connection always times out.
It is also worth noting that I had a fully functional reverse proxy setup about 6 months ago but during that time I didn't access any of the services and with no settings personally changed it stopped resolving.
What I've Done
To be able to connect to the services that I have hosted through docker via the domain that I own.
The Problem
Despite continuous checks to make sure everything is in order the connection always times out.
It is also worth noting that I had a fully functional reverse proxy setup about 6 months ago but during that time I didn't access any of the services and with no settings personally changed it stopped resolving.
What I've Done
- I have a service hosted in docker that is accessible and totally fine using the local address and port
- I have the DNS records set in my domain
- I have run an nslookup and everything seems to check out
Pinging the domain and subdomain also functions as expected - I have setup a reverse proxy rule
The 9090 port is both the container and local port the service is used on so I can't mess it up - I have setup and assigned the cert
- For the purposes of testing I also turned off the Synology firewall to make sure it wasn't conflicting and it wasn't that either