Search code examples
dockergentics-mesh

How to map the config dir of the gentics/mesh docker image?


I have tried to start mesh like this:

docker run -v /tmp/mesh/data:/mesh/data -v /tmp/mesh/conf:/mesh/conf -it -p 8080:8080 gentics/mesh

But the config directory stays empty. In the data directory everything is getting created.

We would need to access the config files to adjust the application.


Solution

  • According to https://hub.docker.com/r/gentics/mesh/, the config directory should be mounted at /mesh/config, not /mesh/conf.