Sign inSign up

ugeek/musikcube

By ugeek

Updated about 7 years ago

Musikcube for Raspberry Pi. Fork of docker hectormolinero/musikcube

Image
0

923

ugeek/musikcube repository overview

Fork of https://hub.docker.com/r/hectormolinero/musikcube/

Repository https://github.com/hectorm/docker-musikcube Pipelines https://gitlab.com/hectorm/docker-musikcube/pipelines

Mount docker

  • Password = musikcube
  • Music folder = src="$HOME"/Música
docker run --detach \
  --name musikcube \
  --restart on-failure:3 \
  --publish 7905:7905/tcp \
  --publish 7906:7906/tcp \
  --env MUSIKCUBE_SERVER_PASSWORD=musikcube \
  --mount type=volume,src=musikcube-caddy-data,dst=/home/musikcube/.config/caddy \
  --mount type=volume,src=musikcube-app-data,dst=/home/musikcube/.config/musikcube \
  --mount type=bind,src="$HOME"/Música,dst=/music,ro \
ugeek/musikcube:arm

Tag summary

Content type

Image

Digest

Size

108.5 MB

Last updated

about 7 years ago

docker pull ugeek/musikcube:amd64