Bot Updating Documentation

pull/95/head
LinuxServer-CI 2023-03-10 22:18:10 +00:00
rodzic fb9dac4f02
commit 079c704f79
1 zmienionych plików z 12 dodań i 11 usunięć

Wyświetl plik

@ -69,12 +69,12 @@ services:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
- MAXMEM=<maxmem> - MAXMEM=
volumes: volumes:
- <path to data>:/config - /path/to/data:/config
- <path to books>:/books - /path/to/books:/books
- <path to comics>:/comics - /path/to/comics:/comics
- <path to raw files>:/files - /path/to/raw/files:/files
ports: ports:
- 2202:2202 - 2202:2202
- 2203:2203 - 2203:2203
@ -89,13 +89,13 @@ docker run -d \
-e PUID=1000 \ -e PUID=1000 \
-e PGID=1000 \ -e PGID=1000 \
-e TZ=Etc/UTC \ -e TZ=Etc/UTC \
-e MAXMEM=<maxmem> \ -e MAXMEM= \
-p 2202:2202 \ -p 2202:2202 \
-p 2203:2203 \ -p 2203:2203 \
-v <path to data>:/config \ -v /path/to/data:/config \
-v <path to books>:/books \ -v /path/to/books:/books \
-v <path to comics>:/comics \ -v /path/to/comics:/comics \
-v <path to raw files>:/files \ -v /path/to/raw/files:/files \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/ubooquity:latest lscr.io/linuxserver/ubooquity:latest
@ -119,7 +119,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=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | | `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
| `MAXMEM=<maxmem>` | To set the maximum memory. ( ex: set '1024' for 1GB ) | | `MAXMEM=` | To set the maximum memory. ( ex: set '1024' for 1GB ) |
### Volume Mappings (`-v`) ### Volume Mappings (`-v`)
@ -184,6 +184,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions ## Versions
* **05.03.23:** - Rebase to Alpine 3.17.
* **10.10.22:** - Rebasing to alpine 3.16, migrate to s6v3. * **10.10.22:** - Rebasing to alpine 3.16, migrate to s6v3.
* **23.01.21:** - Rebasing to alpine 3.13. * **23.01.21:** - Rebasing to alpine 3.13.
* **01.06.20:** - Rebasing to alpine 3.12. * **01.06.20:** - Rebasing to alpine 3.12.