[infra] Preset signal port on templates (#5004)
Some checks failed
Release / FreeBSD Port / Build & Test (push) Has been cancelled
Release / release (push) Has been cancelled
Release / release_ui (push) Has been cancelled
Release / release_ui_darwin (push) Has been cancelled
Release / trigger_signer (push) Has been cancelled
sync tag / trigger_sync_tag (push) Has been cancelled
update docs / trigger_docs_api_update (push) Has been cancelled
Some checks failed
Release / FreeBSD Port / Build & Test (push) Has been cancelled
Release / release (push) Has been cancelled
Release / release_ui (push) Has been cancelled
Release / release_ui_darwin (push) Has been cancelled
Release / trigger_signer (push) Has been cancelled
sync tag / trigger_sync_tag (push) Has been cancelled
update docs / trigger_docs_api_update (push) Has been cancelled
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