kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
9a84008c1c
commit
92c85e6ce9
|
@ -60,7 +60,7 @@ services:
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- FEED_LIMIT=5 #optional
|
- FEED_LIMIT=5 #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data:/config
|
- /path/to/feed2toot/config:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-e FEED_LIMIT=5 `#optional` \
|
-e FEED_LIMIT=5 `#optional` \
|
||||||
-v /path/to/data:/config \
|
-v /path/to/feed2toot/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/feed2toot:latest
|
lscr.io/linuxserver/feed2toot:latest
|
||||||
```
|
```
|
||||||
|
@ -100,7 +100,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
|
|
||||||
| Volume | Function |
|
| Volume | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `/config` | Local path for feed2toot config files. |
|
| `/config` | Persistent config files |
|
||||||
|
|
||||||
#### Miscellaneous Options
|
#### Miscellaneous Options
|
||||||
|
|
||||||
|
@ -287,6 +287,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **23.12.23:** - Rebase to Alpine 3.19.
|
||||||
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
||||||
* **02.03.23:** - Allow user customizable cron.
|
* **02.03.23:** - Allow user customizable cron.
|
||||||
* **22.12.22:** - Rebase to alpine 3.17.
|
* **22.12.22:** - Rebase to alpine 3.17.
|
||||||
|
|
Ładowanie…
Reference in New Issue