Skip to content

Commit

Permalink
default to couch 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dianabarsan committed Jun 21, 2024
1 parent 8f2bd1e commit 93a15c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
couchdb:
image: "${COUCHDB_IMAGE}"
image: "${COUCHDB_IMAGE:-couchdb:3.3.3}"
environment:
- "COUCHDB_USER=${COUCHDB_USER:-admin}"
- "COUCHDB_PASSWORD=${COUCHDB_PASSWORD:-pass}"
Expand Down

0 comments on commit 93a15c2

Please sign in to comment.