Merge pull request #2104 from gravitl/GRA-1355

GRA-1355: add stun port config to docker compose
This commit is contained in:
dcarns 2023-03-08 10:40:16 -05:00 committed by GitHub
commit a4060bebc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ services:
VERBOSITY: "1"
MQ_PASSWORD: "REPLACE_MQ_PASSWORD"
MQ_USERNAME: "REPLACE_MQ_USERNAME"
STUN_PORT: "3478"
ports:
- "3478:3478/udp"
netmaker-ui: