Skip to content

Commit

Permalink
Bump ref
Browse files Browse the repository at this point in the history
  • Loading branch information
heliocentric committed Jan 31, 2018
1 parent 9ab88d4 commit 7e62b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prep_ci.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh

docker pull consul
docker run -d -p "10500:8500" -p "10501:8501" -v "$(pwd):/vagrant" -e CONSUL_LOCAL_CONFIG='{ "addresses": { "https":"0.0.0.0" }, "ports" : { "https" : 8501 }, "key_file" : "/vagrant/test/server.key", "cert_file" : "/vagrant/test/server.crt", "ca_file" : "/vagrant/test/ca.crt"}' consul:0.8.5
docker run -d -p "10504:8500" -p "10503:8501" -v "$(pwd):/vagrant" -e CONSUL_LOCAL_CONFIG='{ "addresses": { "https":"0.0.0.0" }, "ports" : { "https" : 8501 }, "key_file" : "/vagrant/test/server.key", "cert_file" : "/vagrant/test/server.crt", "ca_file" : "/vagrant/test/ca.crt", "verify_incoming": true}' consul:0.8.5
Expand Down

0 comments on commit 7e62b82

Please sign in to comment.