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
Copy file name to clipboardExpand all lines: services/technitium/docker-compose.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ services:
7
7
container_name: ${SERVICE} # Name for local container management
8
8
hostname: ${SERVICE} # Name used within your Tailscale environment
9
9
environment:
10
-
- TS_AUTHKEY=${TS-AUTHKEY}
10
+
- TS_AUTHKEY=${TS_AUTHKEY}
11
11
- TS_STATE_DIR=/var/lib/tailscale
12
12
- TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
0 commit comments