From ef42749aa64af49a8a443979d6c95a89b13ee67b Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Thu, 17 Jan 2019 09:33:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.