kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
baa1ff2f2e
commit
1f6577716d
|
@ -38,6 +38,8 @@ The architectures supported by this image are:
|
|||
|
||||
## Application Setup
|
||||
|
||||
**This image will not work with a prefilled `/pictures` mount, lychee wants total control over this folder**
|
||||
|
||||
Setup mysql/mariadb and account via the webui, accessible at http://SERVERIP:PORT
|
||||
More info at [lychee](https://lycheeorg.github.io/).
|
||||
|
||||
|
@ -77,9 +79,9 @@ services:
|
|||
- /path/to/pictures:/pictures
|
||||
environment:
|
||||
- DB_HOST=mariadb
|
||||
- DB_USER=lychee
|
||||
- DB_PASS=dbpassword
|
||||
- DB_NAME=lychee
|
||||
- DB_USERNAME=lychee
|
||||
- DB_PASSWORD=dbpassword
|
||||
- DB_DATABASE=lychee
|
||||
- DB_PORT=3306
|
||||
- PGID=1000
|
||||
- PUID=1000
|
||||
|
@ -186,6 +188,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
|
||||
## Versions
|
||||
|
||||
* **13.05.21:** - Make readme clearer.
|
||||
* **18.04.21:** - Add php-intl for v4.3.
|
||||
* **31.01.21:** - Add jpegoptim.
|
||||
* **15.01.21:** - Rebase to alpine 3.13, add php7-ctype.
|
||||
|
|
Ładowanie…
Reference in New Issue