Update couchdb Docker tag to v2.3.1

This commit is contained in:
Comrade Renovate Bot 2020-09-16 07:02:22 +00:00
parent 5bc6169301
commit b9a78e7bfe
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ services:
- traefik.http.services.${STACK_NAME}.loadbalancer.server.port=8080
db:
image: couchdb:2.3.0
image: couchdb:2.3.1
volumes:
- db-data:/opt/couchdb/data
networks: