Update templates/compose/tailscale.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
This commit is contained in:
parent
d9eb0ab00b
commit
28b44bad8e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ services:
|
|||
hostname: '${TS_HOSTNAME:-coolify-ts}'
|
||||
environment:
|
||||
- 'TS_HOSTNAME=${TS_HOSTNAME:-coolify-ts}'
|
||||
- 'TS_AUTHKEY=${TS_AUTHKEY:-your_authkey}'
|
||||
- 'TS_AUTHKEY=${TS_AUTHKEY:?}'
|
||||
- 'TS_STATE_DIR=${TS_STATE_DIR:-/var/lib/tailscale}'
|
||||
- 'TS_USERSPACE=${TS_USERSPACE:-false}'
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue