Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2021-05-22 14:08:33 +00:00
parent 62c3fccc81
commit ab53bbcd58

View file

@ -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:
- </path/to/appdata/config>:/config
- </path/to/appdata/gallery>:/gallery
ports:
- 80:80
restart: unless-stopped
@ -101,6 +103,7 @@ docker run -d \
-e TZ=Europe/London \
-p 80:80 \
-v </path/to/appdata/config>:/config \
-v </path/to/appdata/gallery>:/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.