koel / docker

A minimal docker image for the koel music streaming server.
https://hub.docker.com/r/phanan/koel/
MIT License
178 stars 54 forks source link

php artisan koel:init --no-assets fails #122

Closed Phat-Loc closed 2 years ago

Phat-Loc commented 2 years ago

Where can I find more information on this error?

www-data@b63d9da11127:~/html$ php artisan koel:init --no-assets Attempting to install or upgrade Koel. Remember, you can always install/upgrade manually following the guide here: 📙 https://docs.koel.dev App key exists -- skipping Migrating database Oops! Koel installation or upgrade didn't finish successfully. Please try again, or visit https://docs.koel.dev for manual installation. 😥 Sorry for this. You deserve better.

The following is my docker-compose file.

`version: '3'

services: koel: container_name: koel_server image: hyzual/koel depends_on:

volumes: db: driver: local music: driver: local covers: driver: local search_index: driver: local `

Phat-Loc commented 2 years ago

Duplicate