This commit is contained in:
2025-06-25 22:45:55 -04:00
parent e75903d773
commit e190554f02
3 changed files with 28 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ services:
hostname: n8n
container_name: n8n-ts
environment:
- TS_AUTHKEY={{YOUR_TAILSCALE_AUTHKEY}}
- TS_AUTHKEY=tskey-auth-kGdib6Ws8S11CNTRL-DkDVMZivAxSn7jBFbBJ1ySn2xpSDqF4K
- TS_STATE_DIR=/var/lib/tailscale
- TS_SERVE_CONFIG=/config/serve.json
volumes:
@@ -18,8 +18,8 @@ services:
n8n:
image: docker.n8n.io/n8nio/n8n
container_name: n8n
ports:
- 5678:5678
# ports:
# - 5678:5678
volumes:
- ./n8n_data:/home/node/.n8n
environment: