Now when you launch your container we are telling Metabase to use the database file at `/tmp/metabase.db` instead of its default location and we are mounting that folder from our local filesystem into the container.
Now when you launch your container we are telling Metabase to use the database file at `/metabase-data/metabase.db` instead of its default location and we are mounting that folder from our local filesystem into the container.
### Getting your config back if you stopped your container