diff --git a/README.md b/README.md index 0bd58cd2..2abaae7b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ By default it uses an SQLite backend. If you want to make data persistent: ```shell touch ./db.sqlite && chmod a+w ./db.sqlite -docker run -it --rm --name mercator -e APP_ENV=development -p "127.0.0.1:8000":80 -v $PWD/db.sqlite:/var/www/mercator/db.sqlite ghcr.io/dbarzin/mercator:latest +docker run -it --rm --name mercator -e APP_ENV=development -p "127.0.0.1:8000":80 -v $PWD/db.sqlite:/var/www/mercator/sql/db.sqlite ghcr.io/dbarzin/mercator:latest ``` Finally you can populate the database with demo data through the `USE_DEMO_DATA` environment variable: