Deploy a MongoDB Cluster in steps 9 Using Docker
gar
547
I believe there is a small mistake. The key file is not under mongo-files, so you should mount /opt/keyfile to /home/core like that:
- -v /home/core:/opt/keyfile
instead of:
- -v /home/core/mongo-files:/opt/keyfile