Update docker-compose.yml
remove logging definition which causes an error
This commit is contained in:
parent
b84dba103c
commit
336ab6f93f
1 changed files with 0 additions and 2 deletions
|
|
@ -41,8 +41,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
|
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
|
||||||
- TYPESENSE_DATA_DIR=/data
|
- TYPESENSE_DATA_DIR=/data
|
||||||
logging:
|
|
||||||
driver: none
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${TYPESENSE_LOCATION}:/data
|
- ${TYPESENSE_LOCATION}:/data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue