Skip to content

Instantly share code, notes, and snippets.

@Erisa
Created December 8, 2024 06:08
Show Gist options
  • Save Erisa/f46d2894d4dd3cfded0aaa8db424a643 to your computer and use it in GitHub Desktop.
Save Erisa/f46d2894d4dd3cfded0aaa8db424a643 to your computer and use it in GitHub Desktop.
tclip docker compose
services:
tclip:
image: ghcr.io/tailscale-dev/tclip
environment:
- TS_AUTHKEY=tskey-auth-blah
- DATA_DIR=/data
- TSNET_VERBOSE=true
- USE_FUNNEL=true
volumes:
- ./data:/data
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment