generated from DAM/ts-TEMPLATE
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e1472dba30 |
@ -7,6 +7,7 @@ services:
|
|||||||
- TS_AUTHKEY={{YOUR_TAILSCALE_AUTHKEY}}
|
- TS_AUTHKEY={{YOUR_TAILSCALE_AUTHKEY}}
|
||||||
- TS_STATE_DIR=/var/lib/tailscale
|
- TS_STATE_DIR=/var/lib/tailscale
|
||||||
- TS_SERVE_CONFIG=/config/serve.json
|
- TS_SERVE_CONFIG=/config/serve.json
|
||||||
|
- TS_EXTRA_ARGS=--advertise-exit-node
|
||||||
volumes:
|
volumes:
|
||||||
- ./tailscale/tailscale-data:/var/lib/tailscale
|
- ./tailscale/tailscale-data:/var/lib/tailscale
|
||||||
- ./tailscale/config:/config
|
- ./tailscale/config:/config
|
||||||
@ -22,7 +23,8 @@ services:
|
|||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- MASTER_URL=http://127.0.0.1:80/smokeping/ #optional
|
#commenting the following line is simpler for single node usage
|
||||||
|
#- MASTER_URL=http://127.0.0.1:80/smokeping/ #optional
|
||||||
- SHARED_SECRET=password #optional
|
- SHARED_SECRET=password #optional
|
||||||
- CACHE_DIR=/tmp #optional
|
- CACHE_DIR=/tmp #optional
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user