Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

data volume permissions #136

Closed Answered by fsaintma
fsaintma asked this question in Q&A
Discussion options

You must be logged in to vote

Hi thanks for your anwser.
I have just found a workaround for my need. I write my own Dockerfile which reference your image and install gosu. Finally in the docker-entrypoint.sh I replace your last line exec "$@"by exec /usr/local/bin/gosu janusgraph "$@". It works well and it creates a directory in case it doesn't exists with the right permissions.
Hope that it helps other users.
Thanks for your job and the janusgraph-docker project.
Best regards.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by FlorianHockmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #134 on June 08, 2023 09:50.