docker icon indicating copy to clipboard operation
docker copied to clipboard

A minimal docker image for the koel music streaming server.

Results 34 docker issues
Sort by recently updated
recently updated
newest added

I have just deployed with docker and the initial sync fails: root@d39bdd6d3cf4:/var/www/html# php artisan koel:sync INFO Scanning /music. 39465/113064 [=========>------------------] 34% ValueError strpos(): Argument #3 ($offset) must be contained in...

Bumps [e1himself/goss-installation-action](https://github.com/e1himself/goss-installation-action) from 1.0.4 to 1.1.0. Release notes Sourced from e1himself/goss-installation-action's releases. v1.1.0 What's Changed Bump minimist from 1.2.5 to 1.2.6 by @​dependabot in e1himself/goss-installation-action#14 Switch action to Node v16...

dependencies
github_actions

Could anyone point me towards how I would get this to work? I can't get a single one of the thousands of .m4a files of mine to play. Also purchased...

After this https://github.com/koel/koel/issues/1811 I setup the container on another server. Accesssed the docker like this: ```docker exec --user www-data -it koel bash``` Tried to run ```php artisan koel:init --no-assets``` command...