docker-traefik
docker-traefik copied to clipboard
Traefik2 User Specified IP
Hello GitHub Homies,
I am getting an error is I pasted below, not sure what went wrong. Learned the hard way of not having Secrets resolved that error and getting these now.
Creating traefik ... error
ERROR: for traefik user specified IP address is supported only when connecting to networks with user configured subnets
ERROR: for traefik user specified IP address is supported only when connecting to networks with user configured subnets ERROR: Encountered errors while bringing up the project.
I am new ish to Docker and Github itself, literally only made for this project. Any advice is appreciated. FWIW I copied and pasted the full linux yaml file and modified it to suit the apps I wanted.
ok update, I fixed the initial problem but I have a new one, Can someone explain the socket proxy? I can seem to find any info in the guides about it.
https://www.smarthomebeginner.com/traefik-docker-security-best-practices/#9_Use_a_Docker_Socket_Proxy
Awesome, Thank you!! This should help me get past this roadblock.
Looks like this did not resolve the issues. Still appear to be getting this now. "ERROR: Service 'traefik' depends on service 'socket-proxy' which is undefined." But I followed all the steps and have a socket proxy so unsure why it states its undefined.
How did you fic the first issue I'm at the same point?