From 92c85e6ce9989053c2096a7557728ff66cd61534 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 28 Dec 2023 18:32:27 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-feed2toot.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/images/docker-feed2toot.md b/docs/images/docker-feed2toot.md index 0b830a8e7..28baddd47 100755 --- a/docs/images/docker-feed2toot.md +++ b/docs/images/docker-feed2toot.md @@ -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.