Updating freshrss docker image from 1.24.3 to 1.25.0

1.25.0 key changes:

  1. Require PHP 8.1+ (and improved support of PHP 8.4+)
  2. Require PostgreSQL 10+ or MariaDB 10.0.5+ or MySQL 8+
# Rebuild an image (see build section below) or get a new online version:
docker pull freshrss/freshrss
# And then
docker stop freshrss
docker rename freshrss freshrss_old
docker run -d --restart unless-stopped --log-opt max-size=10m \
  -p 8080:80 \
  -e TZ=Europe/Berlin \
  -e 'CRON_MIN=1,31' \
  -v freshrss_data:/var/www/FreshRSS/data \
  -v freshrss_extensions:/var/www/FreshRSS/extensions \
  --name freshrss \
  freshrss/freshrss
# If everything is working, delete the old container
docker rm freshrss_old

https://github.com/FreshRSS/FreshRSS/blob/edge/Docker/README.md

https://github.com/FreshRSS/FreshRSS/releases/tag/1.25.0


Leave a comment

Discover more from /root

Subscribe now to keep reading and get access to the full archive.

Continue reading