Bot Updating Documentation

pull/175/head
LinuxServer-CI 2024-01-03 10:09:29 +00:00
rodzic f3d4fbaff5
commit 575a51ee0d
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ services:
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/config:/config
- /path/to/apprise-api/config:/config
ports:
- 8000:8000
restart: unless-stopped
@ -73,7 +73,7 @@ docker run -d \
-e PGID=1000 \
-e TZ=Etc/UTC \
-p 8000:8000 \
-v /path/to/config:/config \
-v /path/to/apprise-api/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/apprise-api:latest
```
@ -100,7 +100,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function |
| :----: | --- |
| `/config` | Where config is stored. |
| `/config` | Persistent config files |
#### Miscellaneous Options
@ -287,6 +287,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **23.12.23:** - Rebase to Alpine 3.19.
* **10.07.23:** - Rebase to Alpine 3.18.
* **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **11.02.23:** - Rebase to Alpine 3.17.