Skip to content

Commit

Permalink
fix: entrypoint, listen all interface
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxu19830126 committed Mar 27, 2018
1 parent e749b89 commit 0cd6c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ start_etcd() {
}

start_apiserver() {
./apiserver --discovery &
./apiserver --addr=:9092 --discovery &
}

start_proxy() {
./proxy --log-level=$GATEWAY_LOG_LEVEL
./proxy --addr=:80 --log-level=$GATEWAY_LOG_LEVEL
}

start_etcd
Expand Down

0 comments on commit 0cd6c70

Please sign in to comment.