mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-13 08:18:39 +01:00
Update README.md
This commit is contained in:
parent
09f26761d8
commit
0ef7a4dd1e
1 changed files with 4 additions and 0 deletions
|
|
@ -131,8 +131,10 @@ docker run -d --name ssh-tunnel-tailscale \
|
|||
- `REMOTE_PORTS`: Ports from the remote server (format: `127.0.0.1:PORT`).
|
||||
- `LOCAL_PORTS`: Ports inside the Docker container (mapped to `REMOTE_PORTS`).
|
||||
- `TAILSCALE_AUTH_KEY`: Initial Tailscale Authentication Key (optionnal) /!\ Must be empty if you want to use `TAILSCALE_PARAM`.
|
||||
|
||||
(You can generate a key here: [Tailscale Keys](https://login.tailscale.com/admin/settings/keys))
|
||||
- `TAILSCALE_PARAM`: full control over `tailscale up` options. Usefull if you plan to automate deployment with OAuth Client etc.
|
||||
|
||||
([tailscale up command parameters](https://tailscale.com/kb/1241/tailscale-up) & [Registering new nodes using OAuth credentials](https://tailscale.com/kb/1215/oauth-clients#registering-new-nodes-using-oauth-credentials)).
|
||||
- `LOGROTATE_FREQUENCY`: Logrotate Frequency (default to `daily`).
|
||||
- `LOGROTATE_ROTATE`: Logrotate rotation to keep (default to `7`).
|
||||
|
|
@ -181,8 +183,10 @@ services:
|
|||
- `REMOTE_PORTS`: Ports from the remote server (format: `127.0.0.1:PORT`).
|
||||
- `LOCAL_PORTS`: Ports inside the Docker network (mapped to `REMOTE_PORTS`).
|
||||
- `TAILSCALE_AUTH_KEY`: Initial Tailscale Authentication Key (optionnal) /!\ Must be empty if you want to use `TAILSCALE_PARAM`.
|
||||
|
||||
(You can generate a key here: [Tailscale Keys](https://login.tailscale.com/admin/settings/keys))
|
||||
- `TAILSCALE_PARAM`: full control over `tailscale up` options. Usefull if you plan to automate deployment with OAuth Client etc.
|
||||
|
||||
([tailscale up command parameters](https://tailscale.com/kb/1241/tailscale-up) & [Registering new nodes using OAuth credentials](https://tailscale.com/kb/1215/oauth-clients#registering-new-nodes-using-oauth-credentials)).
|
||||
- `LOGROTATE_FREQUENCY`: Logrotate Frequency (default to `daily`).
|
||||
- `LOGROTATE_ROTATE`: Logrotate rotation to keep (default to `7`).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue