-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer working #24
Comments
Same for me, stopped working today. |
Looking at the most recently updated fork here (chukysoria/docker-mod:main) and it is working. Looks like they added "--stateful-filtering" to FLAGS in https://github.com/chukysoria/docker-tailscale-mod/blob/master/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run a few days back. I can confirm that switching my DOCKER_MODS variable to use chukysoria/docker-mod:main has got me back online and working. I suspect tailscale-dev needs to make a similar change to resolve. |
If you don´t trust the alternative mod, it is also possible to run the official mod locally instead of fetching it from docker registry, with the change that makes it work. You have to add the environment variable |
You can also pass the flag as part of E.g. |
None of my previously working linuxserver containers with this mod are functioning anymore as of today.
The ones that continued to function, stopped after a container restart.
I am on Unraid 6.12.8. These containers were fully working as of a few days ago. Config has not changed.
I have tried to restart the containers multiple times to no avail.
If I pull out the DOCKER_MODS ENV (removing Tailscale) they load and work normally.
With the DOCKER_MODS for Tailscale, it seems that Tailscale starts and establishes a connection, but the containers main service never starts.
Sonarr log: https://pastebin.com/5s3ZcZAD
Syncthing log: https://pastebin.com/wFTmCULv
Radarr log: https://pastebin.com/NEiiWBCG
Docker run:
Not super important, but traefik.enable is not true, so all the traefik labels are doing nothing. They are left in place to make adding back to traefik simple if I want to do that in the future.
uname -mr && docker version
cat /etc/os-release
The text was updated successfully, but these errors were encountered: