You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, can I know how to configure a proxy using traefik?
I wrote it as below referring to the code in this repository, but there is an error in traefik.
time="2022-06-20T13:05:52Z" level=error msg="Provider connection error cannot fetch configuration data: Get \"http://host.docker.internal:3000/traefik.json\": dial tcp 172.17.0.1:3000: connect: connection refused, retrying in 682.296822ms" providerName=http
And when I access the failed URL, I see a 404 error.
my docker script:
https://github.com/dungsil/IaC/blob/main/docker-compose.yml
Beta Was this translation helpful? Give feedback.
All reactions