diff --git a/README.md b/README.md index 3244de08..83e48df6 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,13 @@ docker run \ -p 80:80 \ -e NODE_ENV=production \ -v /config.json:/pigallery2-release/config.json \ + -v /sqlite.db:/pigallery2-release/sqlite.db \ -v :/pigallery2-release/demo/images \ -v :/pigallery2-release/demo/TEMP \ bpatrik/pigallery2:1.5.5-stretch ``` Make sure that a file at `/config.json` exists before running it. +you do not need the `/sqlite.db` line if you dont use sqlite database. After the container is up and running, you go to `http://localhost` and log in with user: `admin` pass: `admin` and set up the page in the settings.