Skip to content

Commit

Permalink
update value
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlerhakan committed Sep 11, 2017
1 parent fb352d9 commit c674a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/CommandTree/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export default {
name: 'Join an existing swarm', example: "POST swarm/join\n{\n" +
" \"ListenAddr\": \"0.0.0.0:2377\",\n" +
" \"AdvertiseAddr\": \"192.168.1.1:2377\",\n" +
" \"DataPathAddr\": \"192.168.56.101\",\n" +
" \"DataPathAddr\": \"192.168.1.1\",\n" +
" \"RemoteAddrs\": [\n" +
" \"node1:2377\"\n" +
" ],\n" +
Expand Down

0 comments on commit c674a2c

Please sign in to comment.