I’m trying to setup tailscale in docker, so that i can connect to my Jellyfin server from outside my local network. I’ve tried following this guide however i cannot get the tailscale docker container to work.
I keep getting this error: [unexpected] network state changed, but stringification didn’t
It also doesn’t show up on my tailscale dashboard. Here’s my docker compose
You must log in or register to comment.
Have you tried running Tailscale through docker-compose using their own guide?
I am actually using docker compose, I’ve tried their guide as well with no luck.
Try running
docker logs
for the tailscale container to see if it gives any more info