-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not able to use MySQL instead of PostgreSQL #19
Comments
This is the same as #7 as noted, there is a default to username fox password fox that I am yet unable to change. |
I'm also trying to use this docker-ttrss with the help of a docker-compose file. |
Hey @jpbaril |
I found the source of the problem that prevented me using a docker-compose file: #25 |
See root/srv/ttrss-configure-db.php for exactly what's going on. docker run --rm --name ttrss its working for me this way. |
Hey there,
since I have a MySQL instance running, I wanted to switch my TTRSS Container to this database.
I've configured a Database, a Username and Password and inserted the ENV DB_TYPE=mysql to my Docker-Compose File.
Unfortunately it won't let me use a MySQL Database and ist constantly trying to find a Postgre Database.
Here is the output from starting the container:
My Docker-Compose File looks like this:
Is there something wrong with my setup?
The text was updated successfully, but these errors were encountered: