1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-01-24 05:17:16 +02:00

preparing v1.8.0

This commit is contained in:
Patrik J. Braun 2019-12-30 21:39:05 +01:00
parent ad2b3da801
commit 8b5785679d
5 changed files with 5 additions and 5 deletions

View File

@ -70,7 +70,7 @@ docker run \
-v <path to your db file folder>:/app/data/db \
-v <path to your images folder>:/app/data/images \
-v <path to your temp folder>:/app/data/tmp \
bpatrik/pigallery2:nightly-stretch
bpatrik/pigallery2:latest
```
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.

View File

@ -14,7 +14,7 @@ services:
restart: always
pigallery2:
image: bpatrik/pigallery2:nightly-stretch
image: bpatrik/pigallery2:latest
container_name: pigallery2
environment:
- NODE_ENV=production

View File

@ -1,7 +1,7 @@
version: '3'
services:
pigallery2:
image: bpatrik/pigallery2:nightly-stretch
image: bpatrik/pigallery2:latest
container_name: pigallery2
environment:
- NODE_ENV=production

View File

@ -25,7 +25,7 @@ services:
restart: always
pigallery2:
image: bpatrik/pigallery2:nightly-stretch
image: bpatrik/pigallery2:latest
command: --Server-Database-mysql-host=pigallery-db --Server-Database-mysql-username=pigallery2 --Server-Database-mysql-password=pigallery2_pass--Server-Database-mysql-database=pigallery2
container_name: pigallery2
environment:

View File

@ -1,6 +1,6 @@
{
"name": "pigallery2",
"version": "1.7.9",
"version": "1.8.0",
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
"author": "Patrik J. Braun",
"homepage": "https://github.com/bpatrik/PiGallery2",