mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-30 18:58:28 +01:00
Update docker-compose.yml
remove logging definition which causes an error
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user