re-enable couchdb and elasticsearch logs
This commit is contained in:
@@ -11,8 +11,6 @@ services:
|
|||||||
- './data/couchdb:/opt/couchdb/data'
|
- './data/couchdb:/opt/couchdb/data'
|
||||||
network_mode: host
|
network_mode: host
|
||||||
tty: true
|
tty: true
|
||||||
logging:
|
|
||||||
driver: none
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: elasticsearch:7.16.2
|
image: elasticsearch:7.16.2
|
||||||
environment:
|
environment:
|
||||||
@@ -26,8 +24,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- './data/elasticsearch:/usr/share/elasticsearch/data'
|
- './data/elasticsearch:/usr/share/elasticsearch/data'
|
||||||
network_mode: host
|
network_mode: host
|
||||||
logging:
|
|
||||||
driver: none
|
|
||||||
volumes:
|
volumes:
|
||||||
couchdb:
|
couchdb:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
Reference in New Issue
Block a user