docker-compose: update couchdb and elasticsearch versions
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user