Denis Machard

My technical gists

Infrastructure background, developer mindset. I build things for pleasure.
    @github @mastodon @rss

    Freshrss installation guide in container mode

    This post details how to run freshrss container

    Create volumes

    docker volume create freshrss-data
    docker volume create freshrss-extensions
    

    Start freshrss

    docker run -d --restart unless-stopped --log-opt max-size=10m   -v freshrss-data:/var/www/FreshRSS/data   -v freshrss-extensions:/var/www/FreshRSS/extensions   -e 'CRON_MIN=4,34'   -e TZ=Europe/Paris   -p 8080:80   --name freshrss freshrss/freshrss
    
    propulsed by hugo and hugo-theme-gists