Hey all. I'm pretty pumped about being able to run my own websites off of my Unraid server. What started off as a Plex server has blossomed.
So I've tried several things to be able to host my own sites. Everything seemed so complicated until I stumbled on this thread and NginxProxyManager was suggested. Very easy to use, except I'm not able to access my website. I'm just curious if someone could help me answer some questions where guides/videos were not able to.
Should Wordpress docker be run in host, bridge or custom? I created a custom 'proxynet' while following a spaceinvader guide for LetsEncrypt before going the NPM route.
Here is what the docker page shows for port mappings (app to host)
172.18.0.3:80/TCP<>192.168.86.66:4000
Here is what I have set up on NPM
If I type in http://192.168.86.66:4000 into the browser I can get in. If I type ajpointgod.com it does not. It gives me the Congratulations screen for NPM. What am I missing?