1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08: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 db file folder>:/app/data/db \
-v <path to your images folder>:/app/data/images \ -v <path to your images folder>:/app/data/images \
-v <path to your temp folder>:/app/data/tmp \ -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. 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 restart: always
pigallery2: pigallery2:
image: bpatrik/pigallery2:nightly-stretch image: bpatrik/pigallery2:latest
container_name: pigallery2 container_name: pigallery2
environment: environment:
- NODE_ENV=production - NODE_ENV=production

View File

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

View File

@ -25,7 +25,7 @@ services:
restart: always restart: always
pigallery2: 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 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 container_name: pigallery2
environment: environment:

View File

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