Last active
December 4, 2025 18:01
-
-
Save kleo/b57bfc6bab3ef7b055199aa903939e99 to your computer and use it in GitHub Desktop.
netbird on truenas installed by yaml Apps > Discover Apps > Install via YAML https://www.youtube.com/watch?v=C3z4orIysUM
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: | |
| netbird: | |
| cap_add: | |
| - NET_ADMIN | |
| - SYS_ADMIN | |
| - SYS_RESOURCE | |
| container_name: netbird | |
| environment: | |
| - NB_SETUP_KEY=<setup key> | |
| - NB_MANAGEMENT_URL=https://netbird.example.com | |
| - NB_EXTRA_DNS_LABELS=gitea,nextcloud,npm | |
| image: netbirdio/netbird:0.60.5 | |
| network_mode: host | |
| volumes: | |
| - netbird-client:/var/lib/netbird | |
| volumes: | |
| netbird-client: | |
| name: netbird-client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment