Skip to content

Commit

Permalink
add comment about python3 use
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Dec 3, 2019
1 parent 988bdbf commit 3075677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/nginx-connect-proxy/run-nginx-connect-proxy
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ open() {
# sleeps are needed when services depend on others already running
open "consul agent -dev -log-level=warn -config-file=consul-services.json"
open "python -m SimpleHTTPServer"
# change to "python3 -m http.server" if you only have python3
sleep 0.3
open "consul connect proxy -sidecar-for webserver"
sleep 0.3
Expand Down

0 comments on commit 3075677

Please sign in to comment.