mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
Set network_mode to host for netbird client one click service
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
services:
|
services:
|
||||||
netbird-client:
|
netbird-client:
|
||||||
image: 'netbirdio/netbird:latest'
|
image: 'netbirdio/netbird:latest'
|
||||||
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- 'NB_SETUP_KEY=${NB_SETUP_KEY}'
|
- 'NB_SETUP_KEY=${NB_SETUP_KEY}'
|
||||||
- 'NB_ENABLE_ROSENPASS=${NB_ENABLE_ROSENPASS:-false}'
|
- 'NB_ENABLE_ROSENPASS=${NB_ENABLE_ROSENPASS:-false}'
|
||||||
|
|||||||
Reference in New Issue
Block a user