From ab53bbcd58ba87de8b9b5354ed56075e138d46ef Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 22 May 2021 14:08:33 +0000 Subject: [PATCH] Bot Updating Templated Files --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 027c9c2..1071ebe 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ The architectures supported by this image are: ## Application Setup +Docker image update and recreation of container alone won't update Piwigo version. In order to update Piwigo version, firstly make sure you are using the latest docker image, then go to Admin->Tools->Updates and use the app updater. * You must create a user and database for piwigo to use in a mysql/mariadb server. * In the setup page for database, use the ip address rather than hostname. * A basic nginx configuration file can be found in `/config/nginx/site-confs`, edit the file to enable ssl (port 443 by default), set servername etc. @@ -86,6 +87,7 @@ services: - TZ=Europe/London volumes: - :/config + - :/gallery ports: - 80:80 restart: unless-stopped @@ -101,6 +103,7 @@ docker run -d \ -e TZ=Europe/London \ -p 80:80 \ -v :/config \ + -v :/gallery \ --restart unless-stopped \ ghcr.io/linuxserver/piwigo ``` @@ -116,6 +119,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e PGID=1000` | for GroupID - see below for explanation | | `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London. | | `-v /config` | Configuration files. | +| `-v /gallery` | Image, plugin, & theme storage for Piwigo | ## Environment variables from files (Docker secrets) @@ -226,6 +230,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **20.05.21:** - Create separate volume for image data * **23.01.21:** - Rebasing to alpine 3.13. * **12.12.20:** - Increased upload_max_filesize in php.ini * **01.06.20:** - Rebasing to alpine 3.12.