- alpine linux + MPD
- 2 MPD service MPD01, MPD02
- no alsa support (look mpd.conf > audio_output)
Requirements
- Docker, Docker-Compose or Podman
git clone https://github.com/halfenif/toy_mpd_docker_alpine.git
cp ./.env.sample ./.env
./.env
- FOLDER_TARGET="" # MPD music folder
- Don't use symbolic link
- Docker run user is root
- Podman run user is login user
- Be carefull folder and file permission
- MPD01: 6601
- MPD02: 6602 change docker-compose.yml file
./rebuild.sh
Streamlit으로 MPD Client를 개발하기 위해 복수의 MPD가 필요해서 구성한 Docker환경입니다. This is a Docker environment created because multiple MPDs are needed to develop an MPD Client with Streamlit.