[PR #1145] [MERGED] fix NETBIRD_SIGNAL_PORT not working with custom port #16104

Closed
opened 2026-08-05 04:05:42 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1145
Author: @Fantu
Created: 9/13/2023
Status: Merged
Merged: 9/14/2023
Merged by: @mlsmaycon

Base: mainHead: fix-signal-port


📝 Commits (1)

  • 8e4ae34 fix NETBIRD_SIGNAL_PORT not working with custom port (#1143)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 infrastructure_files/docker-compose.yml.tmpl (+1 -1)

📄 Description

Use NETBIRD_SIGNAL_PORT variable instead of the static port for signal container in the docker-compose template to make setting of custom signal port working

Describe your changes

trying to use custom signal port I saw it was not working and signal container still use the default one.
after a fast look to commit that implement it and comparing with other variable for custom port working I found the missing in docker template that still have the static port to default.
This patch add the use of variable instead of the static port.
From a test seems now working correctly with custom port.

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/1145 **Author:** [@Fantu](https://github.com/Fantu) **Created:** 9/13/2023 **Status:** ✅ Merged **Merged:** 9/14/2023 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix-signal-port` --- ### 📝 Commits (1) - [`8e4ae34`](https://github.com/netbirdio/netbird/commit/8e4ae349b1420efbf42aeb05e594a693aa016327) fix NETBIRD_SIGNAL_PORT not working with custom port (#1143) ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `infrastructure_files/docker-compose.yml.tmpl` (+1 -1) </details> ### 📄 Description Use NETBIRD_SIGNAL_PORT variable instead of the static port for signal container in the docker-compose template to make setting of custom signal port working ## Describe your changes trying to use custom signal port I saw it was not working and signal container still use the default one. after a fast look to commit that implement it and comparing with other variable for custom port working I found the missing in docker template that still have the static port to default. This patch add the use of variable instead of the static port. From a test seems now working correctly with custom port. ## Issue ticket number and link ### Checklist - [X] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 04:05:42 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#16104