Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ For all new songs, the search index will be automatically populated by `php arti

See [`.env.example`][koel-env-example] for reference.

> ⚠Notice! If you use official docker image, the default `ffmpeg`'s position is `/usr/bin/ffmpeg`.
>
> You will need to change `FFMPEG_PATH`'s default value in [`.env.example`][koel-env-example] to correct it, or just comment this ENV.

- `DB_CONNECTION`: `mysql` OR `pgsql` OR `sqlsrv` OR `sqlite-persistent`. Corresponds to the type of database being used with Koel.
- `DB_HOST`: `database`. The name of the Docker container hosting the database. Koel needs to be on the same Docker network to find the database by its name.
- `DB_USERNAME`: `koel`. If you change it, also change it in the database container.
Expand Down