mirror of https://github.com/status-im/consul.git
Merge pull request #4177 from jun06t/demo-udp
demo: Added udp port forwarding for DNS
This commit is contained in:
commit
94d6b1c32c
|
@ -27,6 +27,7 @@ services:
|
|||
- "8400:8400"
|
||||
- "8500:8500"
|
||||
- "8600:8600"
|
||||
- "8600:8600/udp"
|
||||
command: "agent -server -bootstrap-expect 3 -ui -client 0.0.0.0"
|
||||
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue