Update README.md

This commit is contained in:
RipleyBooya 2025-02-24 03:14:07 +01:00 committed by GitHub
parent 0ef7a4dd1e
commit a101f1f84c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,7 +147,7 @@ docker run -d --name ssh-tunnel-tailscale \
> - Only usefull if you want your ports to be exposed to the local network.
{.is-info}
> Without a persistent storage for `/var/lib/tailscale` after the initial key expire, the container will not be able to connect to your Tailnet.
> Without [Registering new nodes using OAuth credentials](https://tailscale.com/kb/1215/oauth-clients#registering-new-nodes-using-oauth-credentials) or a persistent storage for `/var/lib/tailscale` after the initial key expire, the container will not be able to connect to your Tailnet.
> {.is-warning}
@ -198,7 +198,7 @@ services:
> - Only usefull if you want your ports to be exposed to the local network.
{.is-info}
> Without a persistent storage for `/var/lib/tailscale` after the initial key expire, the container will not be able to connect to your Tailnet.
> Without [Registering new nodes using OAuth credentials](https://tailscale.com/kb/1215/oauth-clients#registering-new-nodes-using-oauth-credentials) or a persistent storage for `/var/lib/tailscale` after the initial key expire, the container will not be able to connect to your Tailnet.
> {.is-warning}
---