Skip to content

Getting proxy error i/o timeout #135

Answered by umputun
iRay asked this question in Q&A
Apr 20, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I think, the issue here is two distinct docker networks and this is why reproxy can't access your application (gatus) on 192.168.80.2

you need to add this section to your reproxy compose:

networks:
  proxy:
    external:
      name: reproxy

and modify the application compose to allow the access by adding networks:

        networks:
            - proxy
            - default

see https://docs.docker.com/compose/networking/ for more details

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iRay
Comment options

Answer selected by iRay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants