Skip to content

Commit ebe2abd

Browse files
michaelhodgesgithub-actions[bot]crypt0rr
authored
Tailscale subnet router args update (#288)
* docs(contributor): contrib-readme-action has updated readme * docs(contributor): contrib-readme-action has updated readme * docs(contributor): contrib-readme-action has updated readme * Update compose.yaml Use tailscale Docker configuration parameters to advertise routes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bart <57799908+crypt0rr@users.noreply.github.com>
1 parent 27084b6 commit ebe2abd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

services/tailscale-subnet-router-node/compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ services:
99
environment:
1010
- TS_AUTHKEY=${TS_AUTHKEY}
1111
- TS_STATE_DIR=/var/lib/tailscale
12-
- TS_EXTRA_ARGS=--advertise-routes=${SUBNET_ROUTES}
12+
- TS_ROUTES=${SUBNET_ROUTES}
13+
- TS_EXTRA_ARGS=
1314
- TS_USERSPACE=false
1415
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
1516
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint

0 commit comments

Comments
 (0)