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:
parent
ad2b3da801
commit
8b5785679d
@ -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.
|
||||
|
@ -14,7 +14,7 @@ services:
|
||||
restart: always
|
||||
|
||||
pigallery2:
|
||||
image: bpatrik/pigallery2:nightly-stretch
|
||||
image: bpatrik/pigallery2:latest
|
||||
container_name: pigallery2
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
pigallery2:
|
||||
image: bpatrik/pigallery2:nightly-stretch
|
||||
image: bpatrik/pigallery2:latest
|
||||
container_name: pigallery2
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
|
@ -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:
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user