docker-compose: update couchdb and elasticsearch versions

This commit is contained in:
maxlath
2022-01-13 20:31:59 +01:00
parent 60778f147b
commit 7509d774bf

View File

@@ -1,7 +1,7 @@
version: '3'
services:
couchdb:
image: couchdb:3.1.1
image: couchdb:3.2.1
ports:
- "5984:5984"
environment:
@@ -24,7 +24,7 @@ services:
network_mode: host
tty: true
elasticsearch:
image: elasticsearch:7.16.1
image: elasticsearch:7.16.2
environment:
- 'http.host=0.0.0.0'
- 'transport.host=127.0.0.1'