mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #1714] (help needed) Guide to new Docker users (Portainer) #939
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#939
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PauFCB on GitHub (Oct 14, 2023).
Original GitHub issue: https://github.com/koel/koel/issues/1714
Hi, I'm new with Docker, is there a step by step guide to install Koel using Portainer? I try with the guide but don't know what to do😅 thank you
@dmuiX commented on GitHub (Nov 6, 2023):
What did not work?
Doing it with docker-compose is straight forward:
mkdir ~/DockerCompose/koelandcd ~/DockerCompose/koelhttps://github.com/koel/docker
and ports eg:
and the volume of your music folder eg:
delete music volume:
3.1 maybe you need to do
sudo chown 33:33 Enter Your absolute Music PATH.5. rename to docker-compose.yml (easier^^) or leave as is
6. do docker-compose up -d or if you haven't changed the name
docker-compose up -d -f docker-compose.mysql.ymlportainer:
Find out container name:
in terminal enter:
docker psand look for koel without database in it
init:
docker exec --user www-data -it <container_name_for_koel> php artisan koel:init --no-assetschange admin password:
docker exec --user www-data -it <container_name_for_koel> php artisan koel:admin:change-passwordsync db:
docker exec --user www-data -it <container_name_for_koel> php artisan koel:sync -v