mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:34:14 -04:00
[infra] Preset signal port on templates (#5004)
When passing certificates to signal, it will select port 443 when no port is supplied. This changes forces port 80.
This commit is contained in:
@@ -53,7 +53,8 @@ services:
|
|||||||
command: [
|
command: [
|
||||||
"--cert-file", "$NETBIRD_MGMT_API_CERT_FILE",
|
"--cert-file", "$NETBIRD_MGMT_API_CERT_FILE",
|
||||||
"--cert-key", "$NETBIRD_MGMT_API_CERT_KEY_FILE",
|
"--cert-key", "$NETBIRD_MGMT_API_CERT_KEY_FILE",
|
||||||
"--log-file", "console"
|
"--log-file", "console",
|
||||||
|
"--port", "80"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Relay
|
# Relay
|
||||||
|
|||||||
Reference in New Issue
Block a user