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