brettkromkamp
JJanusGraph
•Created by brettkromkamp on 9/29/2024 in #questions
Permission denied with (almost) default docker-compose.yml
When starting the JanusGraph container I get an "Operation not permitted" error specifically for the janusgraph-default-data (named) volume (the directory for BerkleyDB persistence). My docker-compose.yml file is as follows:
The specific error log is:
As far as I can tell, the above docker-compose is almost completely standard except for the ./config volume so that I can configure the BerkleyDB backend.
Has anyone come across this issue and if yes, how do I solve? Thanks in advance.
1 replies