Bot Updating Documentation

pull/180/head
LinuxServer-CI 2024-01-26 16:42:01 +00:00
rodzic 0f2b4f28b1
commit 5fe2b92e55
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -59,7 +59,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- /path/to/data:/config - /path/to/freshrss/config:/config
ports: ports:
- 80:80 - 80:80
restart: unless-stopped restart: unless-stopped
@ -74,7 +74,7 @@ docker run -d \
-e PGID=1000 \ -e PGID=1000 \
-e TZ=Etc/UTC \ -e TZ=Etc/UTC \
-p 80:80 \ -p 80:80 \
-v /path/to/data:/config \ -v /path/to/freshrss/config:/config \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/freshrss:latest lscr.io/linuxserver/freshrss:latest
``` ```
@ -101,7 +101,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function | | Volume | Function |
| :----: | --- | | :----: | --- |
| `/config` | Local storage for freshrss site files. | | `/config` | Persistent config files |
#### Miscellaneous Options #### Miscellaneous Options
@ -271,6 +271,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **23.12.23:** - Rebase to Alpine 3.19 with php 8.3.
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf. * **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
* **13.04.23:** - Move ssl.conf include to default.conf. * **13.04.23:** - Move ssl.conf include to default.conf.
* **02.03.23:** - Split cron into separate init step and set crontab permissions. * **02.03.23:** - Split cron into separate init step and set crontab permissions.