Bot Updating Templated Files

pull/54/head
LinuxServer-CI 8 months ago
parent caa14801e9
commit 63f2d010da

@ -92,9 +92,9 @@ services:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
- MAXMEM= - MAXMEM= #optional
volumes: volumes:
- /path/to/data:/config - /path/to/ubooquity/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
@ -112,10 +112,10 @@ 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= \ -e MAXMEM= `#optional` \
-p 2202:2202 \ -p 2202:2202 \
-p 2203:2203 \ -p 2203:2203 \
-v /path/to/data:/config \ -v /path/to/ubooquity/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 \
@ -301,6 +301,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **20.03.24:** - Rebase to Alpine 3.19.
* **29.10.23:** - Bump JRE to 17 to support v3. * **29.10.23:** - Bump JRE to 17 to support v3.
* **12.07.23:** - Rebase to Alpine 3.18. * **12.07.23:** - Rebase to Alpine 3.18.
* **04.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **04.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)

Loading…
Cancel
Save