You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`latest` / `pkg`|**FreeBSD Quarterly**. Uses stable, tested packages. | Most users. Matches Linux Docker behavior. |
25
23
|`pkg-latest`|**FreeBSD Latest**. Rolling package updates. | Newest FreeBSD packages. |
26
24
27
25
## Prerequisites
28
-
29
26
Before deploying, ensure your host environment is ready. See the [Quick Start Guide](https://daemonless.io/guides/quick-start) for host setup instructions.
30
27
31
28
## Deployment
@@ -35,21 +32,22 @@ Before deploying, ensure your host environment is ready. See the [Quick Start Gu
35
32
```yaml
36
33
services:
37
34
tailscale:
38
-
image: ghcr.io/daemonless/tailscale:latest
35
+
image: "ghcr.io/daemonless/tailscale:latest"
39
36
container_name: tailscale
40
37
environment:
41
-
- TS_AUTHKEY=tskey-auth-xxxx
42
-
- TS_EXTRA_ARGS=--advertise-exit-node
38
+
- TS_AUTHKEY=tskey-auth-xxxx# Optional: Tailscale Auth Key for automatic login
39
+
- TS_EXTRA_ARGS=--advertise-exit-node# Optional: Additional arguments for tailscale up
0 commit comments