diff --git a/README.md b/README.md index ca0a395..fd0155f 100644 --- a/README.md +++ b/README.md @@ -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.