I've gone through the initial setup, domain registration, etc, and I see the containers running and listening, including the reverse proxy. However, on heading to the host via IP or domain name in a browser (tried various ports including standard 80 for the Traefik) I just get a 404, I can get to the Ombi interface as that's exposed externally too but that's pretty much it.
monokal@home:~/Git/dockyard$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6a692a74b9ee linuxserver/plexpy:latest "/init" 4 minutes ago Up 4 minutes 8181/tcp dockyard_plexpy_1
16967db5c5f9 plexinc/pms-docker:latest "/init" 4 minutes ago Up 4 minutes (healthy) 3005/tcp, 8324/tcp, 1900/udp, 32410/udp, 32400/tcp, 32412-32414/udp, 32469/tcp dockyard_plex_1
a25e165da3ed linuxserver/sonarr:latest "/init" 4 minutes ago Up 4 minutes 8989/tcp dockyard_sonarr_1
6d2a852e27bf linuxserver/radarr:latest "/init" 4 minutes ago Up 4 minutes 7878/tcp dockyard_radarr_1
5cb2d11b8f81 linuxserver/jackett:latest "/init" 4 minutes ago Up 4 minutes 9117/tcp dockyard_jackett_1
483004a81217 linuxserver/transmission:latest "/init" 4 minutes ago Up 4 minutes 9091/tcp, 51413/tcp dockyard_transmission_1
29d90cd0bcb3 linuxserver/ombi "/init" 4 minutes ago Up 4 minutes 0.0.0.0:3579->3579/tcp ombi
f7f772ab92f5 traefik "/traefik --web --..." 4 minutes ago Up 4 minutes 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 0.0.0.0:6666->6666/tcp
I've gone through the initial setup, domain registration, etc, and I see the containers running and listening, including the reverse proxy. However, on heading to the host via IP or domain name in a browser (tried various ports including standard 80 for the Traefik) I just get a 404, I can get to the Ombi interface as that's exposed externally too but that's pretty much it.