File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ services:
8
8
environment :
9
9
- TS_AUTHKEY=tskey-auth-kV7bYL6CNTRL-GXXhAHWhHXAVTcumJyyxXAc2cyjxQ3QkD
10
10
- TS_STATE_DIR=/var/lib/tailscale
11
+ - TS_USERSPACE=false
11
12
volumes :
12
13
- ${PWD}/ts-authkey-test/state:/var/lib/tailscale
13
14
- /dev/net/tun:/dev/net/tun
@@ -17,4 +18,4 @@ services:
17
18
restart : unless-stopped
18
19
nginx-authkey-test :
19
20
image : nginx
20
- network_mode : service:ts-authkey-test
21
+ network_mode : service:ts-authkey-test
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ services:
9
9
- TS_AUTHKEY=tskey-client-kwLoXj6CNTRL-vCLN9Ab8QYYoLSEM98riXYLnfmtej6Lh?ephemeral=true
10
10
- TS_EXTRA_ARGS=--advertise-tags=tag:container
11
11
- TS_STATE_DIR=/var/lib/tailscale
12
+ - TS_USERSPACE=false
12
13
volumes :
13
14
- ${PWD}/ts-oauth-test/state:/var/lib/tailscale
14
15
- /dev/net/tun:/dev/net/tun
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ services:
10
10
- " TS_EXTRA_ARGS=--advertise-tags=tag:container --reset"
11
11
- TS_SERVE_CONFIG=/config/mealie.json
12
12
- TS_STATE_DIR=/var/lib/tailscale
13
+ - TS_USERSPACE=false
13
14
volumes :
14
15
- ${PWD}/state:/var/lib/tailscale
15
16
- ${PWD}/config:/config
@@ -34,4 +35,4 @@ volumes:
34
35
mealie-data :
35
36
driver : local
36
37
ts-mealie :
37
- driver : local
38
+ driver : local
You can’t perform that action at this time.
0 commit comments