9 lines
310 B
Markdown
9 lines
310 B
Markdown
# Docker Hosting
|
|
|
|
## Tailscale Sidecar Setup
|
|
The process is dead simple.
|
|
- create a service, and the tailscale sidecar
|
|
- On the side car, put ```
|
|
network_mode: "service:[[service name]]"```
|
|
- Connect to the sidecar via ssh or via the admin console on tailscale and run ```tailscale funnel --bg [[port]]```
|