Bot Updating Documentation

pull/200/head
LinuxServer-CI 2024-03-21 14:59:26 +00:00
rodzic 1f0f3c3812
commit 107a41a40a
1 zmienionych plików z 9 dodań i 5 usunięć

Wyświetl plik

@ -88,10 +88,11 @@ services:
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- <path to data>:/config - /path/to/cops/config:/config
- <path to data>:/books - /path/to/data:/books
ports: ports:
- 80:80 - 80:80
- 443:443
restart: unless-stopped restart: unless-stopped
``` ```
@ -104,8 +105,9 @@ docker run -d \
-e PGID=1000 \ -e PGID=1000 \
-e TZ=Etc/UTC \ -e TZ=Etc/UTC \
-p 80:80 \ -p 80:80 \
-v <path to data>:/config \ -p 443:443 \
-v <path to data>:/books \ -v /path/to/cops/config:/config \
-v /path/to/data:/books \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/cops:latest lscr.io/linuxserver/cops:latest
``` ```
@ -118,7 +120,8 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function | | Parameter | Function |
| :----: | --- | | :----: | --- |
| `80` | WebUI | | `80` | HTTP WebUI |
| `443` | HTTPS WebUI |
### Environment Variables (`-e`) ### Environment Variables (`-e`)
@ -303,6 +306,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **20.03.24:** - Rebase to Alpine 3.19.
* **25.12.23:** - Existing users should update: site-confs/default.conf - Cleanup default site conf. * **25.12.23:** - Existing users should update: site-confs/default.conf - Cleanup default site conf.
* **11.08.23:** - Undeprecate and add new branch with mikespub fork which is actively maintained. * **11.08.23:** - Undeprecate and add new branch with mikespub fork which is actively maintained.
* **15.05.23:** - Deprecate due to upstream dev abandonment of project. * **15.05.23:** - Deprecate due to upstream dev abandonment of project.