I installed neo4j-3.0 as a docker image in Mac OSX. Where can I locate the config file for neo4j ?
相关问题
- Docker task in Azure devops won't accept "$(pw
- Unable to run mariadb when mount volume
- Unspecified error (0x80004005) while running a Doc
- Xcode debugger displays incorrect values for varia
- Is there a way to report errors in Apple documenta
They have a dedicated section on their page for that ...
There are 3 ways: via environment variables, mounting a
/conf
volume and building a new imageThe
/conf
volume is probably the way the OP wants: