This is a docker-compose file to create a FreshRSS container linked with a MariaDB container.
- 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