Skip to content

Commit

Permalink
fix: docker admin listen address
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxu19830126 committed Jun 27, 2017
1 parent 16b05f1 commit cd58560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ start_etcd() {
}

start_admin() {
./admin --registry-addr etcd://127.0.0.1:2379 --addr=127.0.0.1:8080 &
./admin --registry-addr etcd://127.0.0.1:2379 --addr=:8080 &
}

start_proxy() {
Expand Down

0 comments on commit cd58560

Please sign in to comment.