Skip to content

Commit

Permalink
ETCD3
Browse files Browse the repository at this point in the history
  • Loading branch information
godu committed Feb 14, 2018
1 parent 9f6bd13 commit 86a5b45
Show file tree
Hide file tree
Showing 78 changed files with 11,755 additions and 2,789 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- '6'
- '8'
cache:
directories:
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
etcd:
image: quay.io/coreos/etcd
image: quay.io/coreos/etcd:v3.2.13
ports:
- "2379:2379"
- "4001:4001"
command: etcd --listen-client-urls 'http://0.0.0.0:2379' --advertise-client-urls 'http://0.0.0.0:2379'
Loading

0 comments on commit 86a5b45

Please sign in to comment.