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:Jump to solution
Check out the
graphLocation
and graphFormat
config 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.
1 Reply
Solution
Check out the
graphLocation
and graphFormat
config 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.