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
|
## 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
|
Setup mysql/mariadb and account via the webui, accessible at http://SERVERIP:PORT
|
||||||
More info at [lychee](https://lycheeorg.github.io/).
|
More info at [lychee](https://lycheeorg.github.io/).
|
||||||
|
|
||||||
|
@ -77,9 +79,9 @@ services:
|
||||||
- /path/to/pictures:/pictures
|
- /path/to/pictures:/pictures
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=mariadb
|
- DB_HOST=mariadb
|
||||||
- DB_USER=lychee
|
- DB_USERNAME=lychee
|
||||||
- DB_PASS=dbpassword
|
- DB_PASSWORD=dbpassword
|
||||||
- DB_NAME=lychee
|
- DB_DATABASE=lychee
|
||||||
- DB_PORT=3306
|
- DB_PORT=3306
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
@ -186,6 +188,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **13.05.21:** - Make readme clearer.
|
||||||
* **18.04.21:** - Add php-intl for v4.3.
|
* **18.04.21:** - Add php-intl for v4.3.
|
||||||
* **31.01.21:** - Add jpegoptim.
|
* **31.01.21:** - Add jpegoptim.
|
||||||
* **15.01.21:** - Rebase to alpine 3.13, add php7-ctype.
|
* **15.01.21:** - Rebase to alpine 3.13, add php7-ctype.
|
||||||
|
|
Ładowanie…
Reference in New Issue