Skip to content

Commit df2f001

Browse files
committed
Consistent Naming Update
Update the variable name TS-AUTHKEY to TS_AUTHKEY to ensure consistency across the repository
1 parent 7c1fe8d commit df2f001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/technitium/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#version=1.0
22
#url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
33
#COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
4-
TS-AUTHKEY= //Insert Tailscale key here from the Admin Portal
4+
TS_AUTHKEY= //Insert Tailscale key here from the Admin Portal
55
SERVICE=technitium
66
IMAGE_URL=technitium/dns-server:latest
77
SERVICEPORT=5380

services/technitium/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
container_name: ${SERVICE} # Name for local container management
88
hostname: ${SERVICE} # Name used within your Tailscale environment
99
environment:
10-
- TS_AUTHKEY=${TS-AUTHKEY}
10+
- TS_AUTHKEY=${TS_AUTHKEY}
1111
- TS_STATE_DIR=/var/lib/tailscale
1212
- TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required
1313
- TS_USERSPACE=false

0 commit comments

Comments
 (0)