Skip to content

Commit

Permalink
preparing v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Dec 30, 2019
1 parent ad2b3da commit 8b57856
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose/default/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
restart: always

pigallery2:
image: bpatrik/pigallery2:nightly-stretch
image: bpatrik/pigallery2:latest
container_name: pigallery2
environment:
- NODE_ENV=production
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose/pigallery2-only/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
pigallery2:
image: bpatrik/pigallery2:nightly-stretch
image: bpatrik/pigallery2:latest
container_name: pigallery2
environment:
- NODE_ENV=production
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose/with-mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8b57856

Please sign in to comment.