Sign inSign up

mxcoras/koel

By mxcoras

Updated over 6 years ago

Latest koel release with docker, forked from 0xcaff/koel.

Image
0

10K+

mxcoras/koel repository overview

docker-koel

automated-build-badge

A docker image with only the bare essentials needed to run koel. It includes apache and a php runtime with required extensions.

Usage

First start the koel server with a mysql database and music storage volume.

docker run --name koel -p 80:80 -it mxcoras/koel

On the first run, if the .env file isn't created, it will be created and the APP_KEY variable will be populated.

Compose

docker-compose can be used to start koel along with its depdencies. Just run.

docker-compose up

On the first start (after an upgrade or initial installation), the database needs to be migrated. Run koel init with docker exec in the koel runtime container:

docker-compose exec koel php artisan koel:init

Check out the ./docker-compose.yml file for more information.

Tag summary

Content type

Image

Digest

Size

383.3 MB

Last updated

over 6 years ago

docker pull mxcoras/koel