how to connect the amothic/neptune container to the volume?

I need to know which directory needs to attach to containeer. so that the data is stored safely. even after a restart.
Solution
T
triggan67d ago
Check out the graphLocation and graphFormatconfig options here: https://tinkerpop.apache.org/docs/current/reference/#tinkergraph-configuration You may also want to use a mapped directory from your local machine to ensure data is not lost if the contianer is deleted: https://docs.docker.com/storage/volumes/
Docker Documentation
Volumes
Learn how to create, manage, and use volumes instead of bind mounts for persisting data generated and used by Docker.
From An unknown user
From An unknown user