aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-05-22 12:25:44 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-05-22 12:25:44 +0200
commitefbbc17f82b3a2af80ee4e655528fff09f7ca401 (patch)
treedcc78401d28a36dcc74ddfb3be9402c0699f1571 /README.md
parentfe1d91fe06e314faa54997638f11ae6afb57b0b5 (diff)
downloaddiplonat-efbbc17f82b3a2af80ee4e655528fff09f7ca401.tar.gz
diplonat-efbbc17f82b3a2af80ee4e655528fff09f7ca401.zip
WIP consul actor
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6b8e9df..1911569 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,6 @@ To test the Consul Catalog part, you can do:
```bash
consul agent -dev #in a separate terminal, if not already running
-consul services register -name=example -port=1337
+consul services register -name=example -port=1337 -tag="diplonat_pub_port=1337"
consul services -id=example
```