I have tailscale installed on the server itself and one container using the docker mod (the container is on the same server). When I connect to the server itself and use tailscale status I see the following output:
100.64.209.68 node-one marc@ linux active; direct [:::::2]:41641
But when I connect to the docker container I get this output:
100.117.194.108 jellyfin tagged-devices linux active; relay "mia"
As you can see I'm trying to run Jellyfin, which doesn't work correctly over the slow relay connection. Here is my docker-compose.yml
I have tailscale installed on the server itself and one container using the docker mod (the container is on the same server). When I connect to the server itself and use
tailscale status
I see the following output:But when I connect to the docker container I get this output:
As you can see I'm trying to run Jellyfin, which doesn't work correctly over the slow relay connection. Here is my docker-compose.yml
Is the traefik network interfering with the Tailscale connection? If so, is there any work around that would still allow me to use traefik?