Bot Updating Documentation

pull/104/head
LinuxServer-CI 2023-03-29 14:14:31 -05:00
rodzic 49cbdda34d
commit c3f0849e2f
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -35,7 +35,7 @@ The architectures supported by this image are:
| :----: | :----: | ---- | | :----: | :----: | ---- |
| x86-64 | ✅ | amd64-\<version tag\> | | x86-64 | ✅ | amd64-\<version tag\> |
| arm64 | ✅ | arm64v8-\<version tag\> | | arm64 | ✅ | arm64v8-\<version tag\> |
| armhf| ✅ | arm32v7-\<version tag\> | | armhf | ✅ | arm32v7-\<version tag\> |
## Application Setup ## Application Setup
@ -97,7 +97,7 @@ docker run -d \
--name=lychee \ --name=lychee \
-e PUID=1000 \ -e PUID=1000 \
-e PGID=1000 \ -e PGID=1000 \
-e TZ=Europe/London \ -e TZ=Etc/UTC \
-e DB_HOST=mariadb \ -e DB_HOST=mariadb \
-e DB_PORT=3306 \ -e DB_PORT=3306 \
-e DB_USERNAME=lychee \ -e DB_USERNAME=lychee \
@ -108,6 +108,7 @@ docker run -d \
-v /path/to/pictures:/pictures \ -v /path/to/pictures:/pictures \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/lychee:latest lscr.io/linuxserver/lychee:latest
``` ```
## Parameters ## Parameters
@ -126,7 +127,7 @@ Docker images are configured using parameters passed at runtime (such as those a
| :----: | --- | | :----: | --- |
| `PUID=1000` | for UserID - see below for explanation | | `PUID=1000` | for UserID - see below for explanation |
| `PGID=1000` | for GroupID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation |
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London | | `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
| `DB_HOST=mariadb` | for specifying the database host | | `DB_HOST=mariadb` | for specifying the database host |
| `DB_PORT=3306` | for specifying the database port | | `DB_PORT=3306` | for specifying the database port |
| `DB_USERNAME=lychee` | for specifying the database user | | `DB_USERNAME=lychee` | for specifying the database user |