ChaoticSound
Members
-
Joined
-
Last visited
Solutions
-
ChaoticSound's post in nginx keeps crashing was marked as the answerHey, so i had some time this weekend and i figured out what was happening (spoiler: i was dumb 😅).
So, before upgrading to v7, i was using Tailscale on a docker container.
After upgrading i started using the Tailscale plugin and stopped the container (just stopped, didn't remove it).
Everything was working fine, but i forgot an important detail.
The old Tailscale container had autostart turned on.
When unRAID rebooted due to the power outage the container started again, and i ended with two Tailscale instances running (plugin and container).
That was the cause of everything.
Removing the container made the issue of nginx restarting go away.
Thanks for the help 😅