Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 664 Bytes

File metadata and controls

28 lines (19 loc) · 664 Bytes

FreshRSS + MariaDB docker

This is a docker-compose file to create a FreshRSS container linked with a MariaDB container.

Installation

  • First clone this repo
$ git clone https://github.com/flick-it/docker-freshrss
  • Edit the MariaDB root password in docker-compose.yml.

  • Start the containers

$ docker-compose up -d
  • Open the web interface and run the configuration, when asked to configure mysql, provide these informations:
  • Host: db
  • User: root (Security FIRST)
  • Password: The password you configured
  • Database: freshrss

Contribtion to the original source: https://github.com/lovenunu/docker-freshrss-mariadb