Bot Updating Documentation

pull/88/head
LinuxServer-CI 2023-02-11 09:42:11 -06:00
rodzic 6b96ec328f
commit a71023c226
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -61,7 +61,7 @@ services:
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Europe/London - TZ=Etc/UTC
- PASSWORD= #optional - PASSWORD= #optional
- CLI_ARGS= #optional - CLI_ARGS= #optional
volumes: volumes:
@ -80,7 +80,7 @@ docker run -d \
--security-opt seccomp=unconfined `#optional` \ --security-opt seccomp=unconfined `#optional` \
-e PUID=1000 \ -e PUID=1000 \
-e PGID=1000 \ -e PGID=1000 \
-e TZ=Europe/London \ -e TZ=Etc/UTC \
-e PASSWORD= `#optional` \ -e PASSWORD= `#optional` \
-e CLI_ARGS= `#optional` \ -e CLI_ARGS= `#optional` \
-p 8080:8080 \ -p 8080:8080 \
@ -88,6 +88,7 @@ docker run -d \
-v /path/to/data:/config \ -v /path/to/data:/config \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/calibre:latest lscr.io/linuxserver/calibre:latest
``` ```
## Parameters ## Parameters
@ -107,7 +108,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). |
| `PASSWORD=` | Optionally set a password for the gui. | | `PASSWORD=` | Optionally set a password for the gui. |
| `CLI_ARGS=` | Optionally pass cli start arguments to calibre. | | `CLI_ARGS=` | Optionally pass cli start arguments to calibre. |