Sign inSign up

shlomip/swingmusic

By shlomip

•Updated almost 3 years ago

Ready to use container from https://github.com/swing-opensource/swingmusic

Image
0

434

shlomip/swingmusic repository overview

⁠docker-compose
version: "3.8"
services:
  swingmusic:
    image: shlomip/swingmusic:latest
    container_name: swingmusic
    volumes:
      - /path/to/music:/music
      - /path/to/config:/config
    ports:
      - 1970:1970
    restart: unless-stopped
⁠docker cli
docker run -d \
  --name=swingmusic \
  -p 1970:1970 \
  -v /path/to/music:/music \
  -v /path/to/config:/config \
  --restart unless-stopped \
  shlomip/swingmusic:latest

Tag summary

Content type

Image

Digest

sha256:82f34c6f3…

Size

452.5 MB

Last updated

almost 3 years ago

docker pull shlomip/swingmusic