mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-23 18:32:17 +00:00
6 lines
No EOL
368 B
Text
6 lines
No EOL
368 B
Text
# Rename to .env
|
|
export TS_AUTHKEY="" # Required Tailscale auth key
|
|
export TS_HOSTNAME="" # Optional hostname for this node
|
|
export TS_OPT="" # Optional additional arguments for tailscaled
|
|
export TS_SERVE_PORT="" # Optional backend port to proxy with tailscale serve
|
|
export TS_FUNNEL_PORT="" # Optional backend port to publish with tailscale funnel |