re-enable couchdb and elasticsearch logs

This commit is contained in:
maxlath
2023-04-28 23:00:05 +02:00
parent 8c296c0401
commit 268b6e07b4

View File

@@ -11,8 +11,6 @@ services:
- './data/couchdb:/opt/couchdb/data'
network_mode: host
tty: true
logging:
driver: none
elasticsearch:
image: elasticsearch:7.16.2
environment:
@@ -26,8 +24,6 @@ services:
volumes:
- './data/elasticsearch:/usr/share/elasticsearch/data'
network_mode: host
logging:
driver: none
volumes:
couchdb:
elasticsearch: