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