Update Consul.md

main
Nguyen Tran Hau 2020-06-15 15:12:21 +07:00 committed by GitHub
parent ef954d0b42
commit 2231d836ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -5,3 +5,9 @@ Docker:
```sh
docker run --rm -p 8500:8500 -p 8600:8600/udp --name=consul consul agent -server -ui -bootstrap-expect=1 -client=0.0.0.0
```
UI endpoint:
```txt
localhost:8500
```