-
-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with update of server selfhost and change of signal port #1143
Comments
I did a fast compare with implementation of variable of other custom ports working and I found a missed variable in docker-compose.yml.tmpl, I tried to change manually the static port (10000) with $NETBIRD_SIGNAL_PORT and worked can someone confirm no other things is needed and can someone please tell me if the update procedure I did is correct? |
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 Signed-off-by: Fabio Fantoni <[email protected]>
Dear @Fantu First of all your English is not bad. I understand fully your report :) |
@pappz thanks for reply |
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 Signed-off-by: Fabio Fantoni <[email protected]>
@Fantu usually we do not need to clone the repo. The steps can be the following:
|
@pappz thanks for reply I suggest to add the full update procedure in the documentation |
Yes, I have also discovered this problem and found a solution.
Then modify the file mapping directly in the docker compose file:
|
@13653216371 you mean there is issue also on coturn port range? It seemed to work to me |
There are some issues with the configure.sh script. It is recommended to directly modify the conf files of Docker-Compose.yml and other components |
the my generated docker compose configuration of coturn container is:
the differences I see is remove of ":ro" in the configuration file but I suppose is ok readonly for it and remove of command
for now I don't see the issue if there are know issues with configure.sh I think should be solved, I don't have much knowledge of docker and this project and I only did a quick installation but for the bug I found and understand the solution I did a PR for example: 8d18190 |
big thanks @mlsmaycon and @braginin for backup and upgrade informations added to docs in netbirdio/docs@53da0fe there are still 2 information which I haven't found an answer to and which I think is useful to have in the documentation:
|
Missed things added in this suggestion list, so I think this can be closed |
…netbirdio#1145) 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 Signed-off-by: Fabio Fantoni <[email protected]>
…netbirdio#1145) 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 Signed-off-by: Fabio Fantoni <[email protected]>
Hi, some days ago I installed selfhost server following https://docs.netbird.io/selfhosted/selfhosted-guide
seems done correctly and I also changed coturn range adding "TURN_MAX_PORT=50999" to setup.env and seems was ok
today I must change signal port from 10000 to 11000 and I also tried to update to latest version (from 0.23.0 to 0.23.1)
I not found an howto related to update and I know few things about docker, I tried to update repo, add "NETBIRD_SIGNAL_PORT=11000" to previous setup.env and redone container. netbird seems working and data was maintained but signal port was not changed even if after configure in management.json seems wrote correctly 11000
the exact procedure I did was:
now checking netbird is working and data mantained but signal port is still 10000 looking "docker ps"
can someone please tell me if the update procedure I did is correct or wrong? if wrong can tell me the correct (and I think is good add to documentation)
about signal port not changed to 11000 in the signal container is related to a bug or something I did wrong?
thanks for any reply and sorry for my bad english
The text was updated successfully, but these errors were encountered: