Bot Updating Documentation

pull/180/head
LinuxServer-CI 2024-01-25 02:24:24 +00:00
rodzic 6c73eb287b
commit a148a2e434
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -59,7 +59,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- /path/to/appdata/config:/config - /path/to/piwigo/config:/config
- /path/to/appdata/gallery:/gallery - /path/to/appdata/gallery:/gallery
ports: ports:
- 80:80 - 80:80
@ -75,7 +75,7 @@ docker run -d \
-e PGID=1000 \ -e PGID=1000 \
-e TZ=Etc/UTC \ -e TZ=Etc/UTC \
-p 80:80 \ -p 80:80 \
-v /path/to/appdata/config:/config \ -v /path/to/piwigo/config:/config \
-v /path/to/appdata/gallery:/gallery \ -v /path/to/appdata/gallery:/gallery \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/piwigo:latest lscr.io/linuxserver/piwigo:latest
@ -103,7 +103,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function | | Volume | Function |
| :----: | --- | | :----: | --- |
| `/config` | Configuration files. | | `/config` | Persistent config files |
| `/gallery` | Image storage for Piwigo | | `/gallery` | Image storage for Piwigo |
#### Miscellaneous Options #### Miscellaneous Options
@ -274,6 +274,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **23.12.23:** - Rebase to Alpine 3.19 with php 8.3.
* **12.12.23:** - Rebase to Alpine 3.18. * **12.12.23:** - Rebase to Alpine 3.18.
* **03.06.23:** - Revert to Alpine 3.17 due to compatibility issues with php 8.2. * **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. * **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.