From 38f9d5ed58194d23453bb094550c50a99ba42408 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Mon, 29 Dec 2025 16:07:06 +0100 Subject: [PATCH] [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. --- infrastructure_files/docker-compose.yml.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure_files/docker-compose.yml.tmpl b/infrastructure_files/docker-compose.yml.tmpl index 2bc49d3e5..1c9c63f78 100644 --- a/infrastructure_files/docker-compose.yml.tmpl +++ b/infrastructure_files/docker-compose.yml.tmpl @@ -53,7 +53,8 @@ services: command: [ "--cert-file", "$NETBIRD_MGMT_API_CERT_FILE", "--cert-key", "$NETBIRD_MGMT_API_CERT_KEY_FILE", - "--log-file", "console" + "--log-file", "console", + "--port", "80" ] # Relay