mirror of https://github.com/hashicorp/consul
Merge pull request #4177 from jun06t/demo-udp
demo: Added udp port forwarding for DNSpull/4261/head
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