-
Notifications
You must be signed in to change notification settings - Fork 158
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
Startup fails with unable to find /root/.my.cnf
#153
Comments
Hi, I had the same issue. It's the Also I see that you have a volume mounted in |
I also had the same issue. In the hopes of saving someone else time, the Ansible script that runs is located here: for some reason when Ansible tries to connect to the db host, mariadb closes the connetion: even though when you connect to the container: you can connect to the database just fine: But if I manually run the playbook: I get the warning: But the playbook successfully completes. If it doesn't (or if you have defined the mariadb user and database name in your compose file) you can try the I think (untested) if you ran hope this helps. |
Ansible has been replaced by shell script few days ago #307, so I'm closing that issue. |
I'm trying to set up the wallabag docker container on a Raspberry Pi 3 running Raspbian.
I cloned the repository, built the image from the
Dockerfile
and exchanged the images in thedocker-compose.yml
accordingly (wallabag_rpi
andrpi-mariadb
):Starting a
wallabag_rpi
container then failes with:The text was updated successfully, but these errors were encountered: