Update docker-compose.yml

remove logging definition which causes an error
This commit is contained in:
LRVT 2023-03-20 19:32:21 +01:00 committed by GitHub
parent b84dba103c
commit 336ab6f93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,8 +41,6 @@ services:
environment:
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
- TYPESENSE_DATA_DIR=/data
logging:
driver: none
volumes:
- ${TYPESENSE_LOCATION}:/data