소스 검색

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:
 **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>
 $ consul join <host-1-ip-address>
 ```
 ```