Database's not persistent in docker after docker-compose down – Nginx
I'm trying to setup cyberark's conjur solution using docker containers and a local volume to maintain persistent data. I followed the instructions in the following link: https://github.com/cyberark/conjur-quickstart What I'm experiencing is that when I perform a "docker-compose down" and then…