how to replace environment field with command field in docker compose file for memgraph/memgraph-platform
I’m trying to modify a Docker Compose file to remove the environment
field and replace it with the command
field.
To use Blueprint41, I need to set this flag:
--storage-enable-schema-metadata=true
However, the documentation has no entry for this Docker image:
memgraph/memgraph-platform:2.xx.x-memgraph2.xx.x-lab2.xx.x
Here is my setup:
command: ["--log-level=TRACE", "--storage-enable-schema-metadata=true"]
When I run the Docker Compose file, the container doesn’t start and prints the following error:
Error: option --log-level not recognized