Bot Updating Documentation

pull/238/head
LinuxServer-CI 2024-08-20 17:36:49 +00:00
rodzic e5a174ec50
commit 2d1fa2779c
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -119,7 +119,7 @@ services:
- PASSWORD= #optional
- CLI_ARGS= #optional
volumes:
- /path/to/data:/config
- /path/to/calibre/config:/config
ports:
- 8080:8080
- 8181:8181
@ -141,7 +141,7 @@ docker run -d \
-p 8080:8080 \
-p 8181:8181 \
-p 8081:8081 \
-v /path/to/data:/config \
-v /path/to/calibre/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/calibre:latest
```
@ -343,6 +343,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **19.08.24:** - Rebase to noble.
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
* **31.01.24:** - Fix fullscreen on start.
* **17.11.23:** - Install libxcb-cursor0 for v7 support.