Also, I tried removing - "/var/run/docker.sock:/var/run/docker.sock" from my traefik docker-compose, and everything 404s. I see some scary warnings about using this, but it comes straight from the Traefik website and I’m not sure how to get it to work without it.
I am using this post as a guide to set up a proxy… for my proxy (?!) to make it more secure than it was before with this /var/run/docker.sock.
I am a little bit unclear on whetehr the socket-proxy ‘proxy’ network should be the same network I was using for my main traefik proxy network or if it should be separate. Which I guess could also mess up my security if I misunderstood it.