From afcf0e20322f1f6079454321b812a66d72d307a5 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Mon, 10 Dec 2018 22:54:05 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 435693f..5c61a7a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Full node install on raspberry pi description: https://www.w3schools.com/nodejs/ ```bash cd ~ -wget https://github.com/bpatrik/pigallery2/releases/download/1.5.0/pigallery2.zip +wget https://github.com/bpatrik/pigallery2/releases/download/1.5.5/pigallery2.zip unzip pigallery2.zip cd pigallery2 npm install @@ -72,12 +72,14 @@ docker run \ -v /config.json:/pigallery2-release/config.json \ -v :/pigallery2-release/demo/images \ -v :/pigallery2-release/demo/TEMP \ - bpatrik/pigallery2:nightly-stretch + bpatrik/pigallery2:1.5.5-stretch ``` Make sure that a file at `/config.json` exists before running it. 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. +**All docker builds**: https://hub.docker.com/r/bpatrik/pigallery2/tags/ + **Note**: You dont need to do the installation steps if you are using docker.