Hello, I am using the octoprint-docker image with the default docker-compose file, which specifies a volume. When starting octoprint with the command: `docker-compose up -d` it starts up normally and I am greeted with the setup. If I stop it using: `docker-compose down`, it stops gracefully. Upon restarting it again, I am greeted with the same setup that I have completed earlier and all my settings are lost. What am I doing wrong? Thanks!