Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 248 Bytes

File metadata and controls

12 lines (9 loc) · 248 Bytes

Quarkus guide: https://quarkus.io/guides/stork

You can start the Consul instance using:

docker run \
    -d \
    -p 8500:8500 \
    -p 8600:8600/udp \
    consul agent -server -ui -node=server-1 -bootstrap-expect=1 -client=0.0.0.0