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.
According to https://hub.docker.com/r/gentics/mesh/, the config directory should be mounted at /mesh/config
, not /mesh/conf
.