浏览代码

Update overlay.md

Matthieu Fronton 9 年之前
父节点
当前提交
aa3db80a5b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libnetwork/docs/overlay.md

+ 1 - 1
libnetwork/docs/overlay.md

@@ -48,7 +48,7 @@ $ consul agent -server -bootstrap -data-dir /tmp/consul -bind=<host-1-ip-address
 **host-2** Start the Consul agent:
 
 ``` 
-$ consul agent -data-dir /tmp/consul -bind <host-2-ip-address>
+$ consul agent -data-dir /tmp/consul -bind=<host-2-ip-address>
 $ consul join <host-1-ip-address>
 ```