mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 01:54:34 +08:00
Merge pull request #2104 from gravitl/GRA-1355
GRA-1355: add stun port config to docker compose
This commit is contained in:
commit
a4060bebc7
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue