[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:
Maycon Santos
2025-12-29 16:07:06 +01:00
committed by GitHub
parent b6a327e0c9
commit 38f9d5ed58

View File

@@ -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