Ready to use container from https://github.com/swing-opensource/swingmusic
434
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 run -d \
--name=swingmusic \
-p 1970:1970 \
-v /path/to/music:/music \
-v /path/to/config:/config \
--restart unless-stopped \
shlomip/swingmusic:latest
Content type
Image
Digest
sha256:82f34c6f3…
Size
452.5 MB
Last updated
almost 3 years ago
docker pull shlomip/swingmusic