Skip to content

Commit 6b22c9b

Browse files
authored
Change NETBIRD_SIGNAL_PORT mapping from 80 to 10000
This update aligns the template with the actual behavior of the Signal service and the official NetBird documentation.
1 parent f538e6e commit 6b22c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure_files/docker-compose.yml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
- $SIGNAL_VOLUMENAME:/var/lib/netbird
4747
- $LETSENCRYPT_VOLUMENAME:/etc/letsencrypt:ro
4848
ports:
49-
- $NETBIRD_SIGNAL_PORT:80
49+
- $NETBIRD_SIGNAL_PORT:10000
5050
# # port and command for Let's Encrypt validation
5151
# - 443:443
5252
# command: ["--letsencrypt-domain", "$NETBIRD_LETSENCRYPT_DOMAIN", "--log-file", "console"]

0 commit comments

Comments
 (0)