wallabag / wallabag/docker

The service does not start if MYSQL_ROOT_PASSWORD is not especified.

Open
#121 5 comments 10 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
769
Forks
168
PR merge metrics
No merged PRs in 30d

Description

**Situation**:

I'm using an existing docker container for the database. I already created a table and a user for Wallabag. As there is no need to create a user or password on the database for Wallabag, I skipped the variable `MYSQL_ROOT_PASSWORD`.

**Result**:

Once deployed using `docker-compose`, the app never started. I had to remove both the user and the table for getting Wallabag working.

**Expected** result:

As the table and the user already existed on a running database container, I expect that Wallabag checks if the database and/or the user exist, populating the database or creating the user accordingly.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.