mirror of
https://github.com/linuxserver/docker-piwigo.git
synced 2025-04-24 05:07:05 -04:00
Bot Updating Templated Files
This commit is contained in:
parent
72c7bf8f76
commit
c24baf5fb3
1 changed files with 4 additions and 3 deletions
|
@ -82,7 +82,7 @@ services:
|
|||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /path/to/appdata/config:/config
|
||||
- /path/to/piwigo/config:/config
|
||||
- /path/to/appdata/gallery:/gallery
|
||||
ports:
|
||||
- 80:80
|
||||
|
@ -98,7 +98,7 @@ docker run -d \
|
|||
-e PGID=1000 \
|
||||
-e TZ=Etc/UTC \
|
||||
-p 80:80 \
|
||||
-v /path/to/appdata/config:/config \
|
||||
-v /path/to/piwigo/config:/config \
|
||||
-v /path/to/appdata/gallery:/gallery \
|
||||
--restart unless-stopped \
|
||||
lscr.io/linuxserver/piwigo:latest
|
||||
|
@ -114,7 +114,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
|||
| `-e PUID=1000` | for UserID - see below for explanation |
|
||||
| `-e PGID=1000` | for GroupID - see below for explanation |
|
||||
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||
| `-v /config` | Configuration files. |
|
||||
| `-v /config` | Persistent config files |
|
||||
| `-v /gallery` | Image storage for Piwigo |
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
@ -278,6 +278,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||
|
||||
## Versions
|
||||
|
||||
* **23.12.23:** - Rebase to Alpine 3.19 with php 8.3.
|
||||
* **12.12.23:** - Rebase to Alpine 3.18.
|
||||
* **03.06.23:** - Revert to Alpine 3.17 due to compatibility issues with php 8.2.
|
||||
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue