Created
October 16, 2025 16:02
-
-
Save rem1niscence/b43d1790c82214347cb9421a69996859 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| tailscale: | |
| container_name: tailscale | |
| image: tailscale/tailscale:latest | |
| network_mode: host | |
| restart: unless-stopped | |
| cap_add: | |
| - NET_ADMIN | |
| - NET_RAW | |
| volumes: | |
| - /dev/net/tun:/dev/net/tun | |
| - ./var/lib:/var/lib | |
| - ./tailscale:/tmp | |
| environment: | |
| - TS_STATE_DIR=/var/lib/tailscale | |
| - TS_USERSPACE=false | |
| - TS_EXTRA_ARGS=--accept-routes | |
| - TS_NO_LOGS_NO_SUPPORT=true | |
| - TS_AUTH_KEY="" | |
| env_file: | |
| - .env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wonderful. This code suits me like reading Bleach for the first time. Such an amazing experience! 😄