Set network_mode to host for netbird client one click service

This commit is contained in:
ShadowArcanist
2025-11-16 10:33:10 +05:30
committed by GitHub
parent 262a960df1
commit 8a0749fddf

View File

@@ -7,6 +7,7 @@
services:
netbird-client:
image: 'netbirdio/netbird:latest'
network_mode: host
environment:
- 'NB_SETUP_KEY=${NB_SETUP_KEY}'
- 'NB_ENABLE_ROSENPASS=${NB_ENABLE_ROSENPASS:-false}'