Replies: 1 comment
-
|
Doing my best to guess on this, but I would suggest eliminating that 6167 port. Or replace 8008 with 6167. Either way there are three ports involved in your config (8448, 8008, 6167) and my suggestion is to reduce that down to two. I might be mistaken here but this is what stands out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there!
So I wanted to host tuwunel and I already have a caddy reverse proxy installed on my server but not with caddy-docker-proxy. Now the problem is that the docker-compose.yml for tuwunel to use for any other reverse proxy is just not working.
"For any other reverse proxy, use docker-compose.yml"
That is the file I've been using and I only changed the ports to be 127.0.0.1:8008:6167 so that it runs on my localhost and then I used caddy and inserted:
But this does not work, no matrix client can reach the server. The DNS is properly set and works.
Hopefully someone already did this and can help me out here :)
Beta Was this translation helpful? Give feedback.
All reactions