Bot Updating Documentation

pull/175/head
LinuxServer-CI 2023-12-28 18:32:27 +00:00
rodzic 9a84008c1c
commit 92c85e6ce9
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -60,7 +60,7 @@ services:
- TZ=Etc/UTC
- FEED_LIMIT=5 #optional
volumes:
- /path/to/data:/config
- /path/to/feed2toot/config:/config
restart: unless-stopped
```
@ -73,7 +73,7 @@ docker run -d \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e FEED_LIMIT=5 `#optional` \
-v /path/to/data:/config \
-v /path/to/feed2toot/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/feed2toot:latest
```
@ -100,7 +100,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function |
| :----: | --- |
| `/config` | Local path for feed2toot config files. |
| `/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.
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
* **02.03.23:** - Allow user customizable cron.
* **22.12.22:** - Rebase to alpine 3.17.