mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 16:56:39 +00:00
Enable UDP port for relay service
- This allows support for QUIC protocol on relay - Disabled debug logs for Caddy configuration
This commit is contained in:
@@ -61,6 +61,7 @@ services:
|
||||
- NB_AUTH_SECRET=$NETBIRD_RELAY_AUTH_SECRET
|
||||
ports:
|
||||
- $NETBIRD_RELAY_PORT:$NETBIRD_RELAY_PORT
|
||||
- $NETBIRD_RELAY_PORT:$NETBIRD_RELAY_PORT/udp
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user