Bot Updating Documentation

pull/180/head
LinuxServer-CI 2024-01-25 02:32:34 +00:00
rodzic 0e21cf579b
commit c49c0a3099
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -64,7 +64,7 @@ services:
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/appdata/config:/config
- /path/to/overseerr/config:/config
ports:
- 5055:5055
restart: unless-stopped
@ -79,7 +79,7 @@ docker run -d \
-e PGID=1000 \
-e TZ=Etc/UTC \
-p 5055:5055 \
-v /path/to/appdata/config:/config \
-v /path/to/overseerr/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/overseerr:latest
```
@ -106,7 +106,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function |
| :----: | --- |
| `/config` | Contains all relevant configuration files. |
| `/config` | Persistent config files |
#### Miscellaneous Options
@ -276,6 +276,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **23.12.23:** - Rebase to Alpine 3.19.
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
* **18.12.22:** - Rebase main to 3.17.
* **27.10.22:** - Rebase main to 3.16, migrate to s6v3.