Skip to content

Commit

Permalink
Bump CouchDB test containers to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Apr 17, 2023
1 parent 11be8a9 commit 547fcb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.2"

services:
couchdb1:
image: couchdb:3.2.2
image: couchdb:3.3.1
command: -setcookie thecookie
environment:
- "COUCHDB_USER=${COUCHDB_USER:-admin}"
Expand All @@ -17,7 +17,7 @@ services:
- "15984:5984"

couchdb2:
image: couchdb:3.2.2
image: couchdb:3.3.1
command: -setcookie thecookie
environment:
- "COUCHDB_USER=${COUCHDB_USER:-admin}"
Expand All @@ -32,7 +32,7 @@ services:
- "25984:5984"

couchdb3:
image: couchdb:3.2.2
image: couchdb:3.3.1
command: -setcookie thecookie
environment:
- "COUCHDB_USER=${COUCHDB_USER:-admin}"
Expand Down

0 comments on commit 547fcb5

Please sign in to comment.