forked from Deuxfleurs/diplonat
Fix tag format
This commit is contained in:
parent
453b1c684e
commit
28b661aa47
1 changed files with 1 additions and 1 deletions
|
@ -59,6 +59,6 @@ To test the Consul Catalog part, you can do:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
consul agent -dev #in a separate terminal, if not already running
|
consul agent -dev #in a separate terminal, if not already running
|
||||||
consul services register -name=example -port=1337 -tag="(diplonat ((port 1337) (port 1338)))"
|
consul services register -name=example -port=1337 -tag="(diplonat (port 1337) (port 1338 1339))"
|
||||||
consul services -id=example
|
consul services -id=example
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue