Skip to content

Commit

Permalink
Use couchdb 2.2.0 (#2101)
Browse files Browse the repository at this point in the history
  • Loading branch information
empeje authored and paulbert committed Sep 17, 2018
1 parent 6c34909 commit e27fea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis/planet-travis.yml
Expand Up @@ -2,7 +2,7 @@ services:
couchdb:
expose:
- 5984
image: treehouses/couchdb:2.1.1
image: treehouses/couchdb:2.2.0
ports:
- "5984:5984"
- "5986:5986"
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -88,7 +88,7 @@ Vagrant.configure(2) do |config|
# documentation for more information about their specific syntax and use.
config.vm.provision "shell", inline: <<-SHELL
# Add CouchDB Docker
sudo docker run -d -p 5984:5984 --name planet -v /srv/data/bell:/opt/couchdb/data -v /srv/log/bell:/opt/couchdb/var/log/ treehouses/couchdb:2.1.2
sudo docker run -d -p 5984:5984 --name planet -v /srv/data/bell:/opt/couchdb/data -v /srv/log/bell:/opt/couchdb/var/log/ treehouses/couchdb:2.2.0
# Install Angular CLI
#sudo npm install -g @angular/cli
#sudo npm install -g webdriver-manager
Expand Down
2 changes: 1 addition & 1 deletion docker/planet.yml
Expand Up @@ -2,7 +2,7 @@ services:
couchdb:
expose:
- 5984
image: treehouses/couchdb:2.1.2
image: treehouses/couchdb:2.2.0
ports:
- "2200:5984"
db-init:
Expand Down

0 comments on commit e27fea1

Please sign in to comment.