mirror of https://github.com/status-im/consul.git
demo: Added udp port forwarding
This commit is contained in:
parent
ee4ec8ed14
commit
8d8d269cac
|
@ -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