Skip to content

Commit d419016

Browse files
authored
Update compose.yaml
1 parent 94b4b38 commit d419016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

02-oauth/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
hostname: oauth-test
88
environment:
99
- TS_AUTHKEY=tskey-client-kwLoXj6CNTRL-vCLN9Ab8QYYoLSEM98riXYLnfmtej6Lh?ephemeral=true
10-
- "TS_EXTRA_ARGS=--advertise-tags=tag:container --reset"
10+
- TS_EXTRA_ARGS=--advertise-tags=tag:container
1111
- TS_STATE_DIR=/var/lib/tailscale
1212
volumes:
1313
- ${PWD}/ts-oauth-test/state:/var/lib/tailscale
@@ -18,4 +18,4 @@ services:
1818
restart: unless-stopped
1919
nginx-oauth-test:
2020
image: nginx
21-
network_mode: service:ts-oauth-test
21+
network_mode: service:ts-oauth-test

0 commit comments

Comments
 (0)