docker-compose.yml: update couchdb version

This commit is contained in:
maxlath
2021-08-25 16:34:23 +02:00
parent f63fcbdedd
commit 88f9c7dd00

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
couchdb: couchdb:
image: couchdb:3.1 image: couchdb:3.1.1
ports: ports:
- "5984:5984" - "5984:5984"
environment: environment: