Skip to content

Commit d0e8700

Browse files
authored
fix NETBIRD_SIGNAL_PORT not working with custom port (netbirdio#1143) (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]>
1 parent f875304 commit d0e8700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure_files/docker-compose.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
volumes:
3737
- $SIGNAL_VOLUMENAME:/var/lib/netbird
3838
ports:
39-
- 10000:80
39+
- $NETBIRD_SIGNAL_PORT:80
4040
# # port and command for Let's Encrypt validation
4141
# - 443:443
4242
# command: ["--letsencrypt-domain", "$NETBIRD_LETSENCRYPT_DOMAIN", "--log-file", "console"]

0 commit comments

Comments
 (0)