- Solved
- Urgent
So, I enabled tailscale for my Swag container (so that my docker containers can reach tailnet), but now nginx in Swag can't bind to 443 or 80.
The reason for Swag is I have my own domain and point my subdomains to swag, who then sends the traffic to the right docker container.
So how can i make this work?
edit:
tailscale serve --bg off
fixes the issue. How can I make this permanent?