mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-27 12:02:18 +00:00
remove unnecessary exports in .env example
This commit is contained in:
parent
0bc59cc724
commit
3e07d2139f
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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
|
||||
TS_AUTHKEY="" # Required Tailscale auth key
|
||||
TS_HOSTNAME="" # Optional hostname for this node
|
||||
TS_OPT="" # Optional additional arguments for tailscaled
|
||||
TS_SERVE_PORT="" # Optional backend port to proxy with tailscale serve
|
||||
TS_FUNNEL_PORT="" # Optional backend port to publish with tailscale funnel
|
Loading…
Reference in a new issue