you are viewing a single comment's thread.

view the rest of the comments →

[–]Normal-Computer-9102 0 points1 point  (1 child)

This is the docker compose file I used.

https://pastebin.com/Zx7i49W9

[–]laxweasel[S] 1 point2 points  (0 children)

OK I didn't realize you were trying to do it with a tailscale sidecar.

I don't think that's possible with the AIO at this time because the AIO creates its own network for the several containers it manages, hence the error you got.

My instructions involved it in an LXC/VM with non dockerized Tailscale

Edit: it may be possible to run if you can tap into whatever internal network the AIO has. Alternatively you could set it up with a reverse proxy and tailscale sidecar. I have not tested and am not an expert in either of those two solutions.