Liquidsoap in a convenient multi-arch container
1M+
Liquidsoap for Docker
Assuming you have a folder /music with a liquidsoap script file in it:
docker run --link some-icecast -v /music:/music:ro phasecorex/liquidsoap /music/script.liq
This has been heavily modified from infiniteproject/liquidsoap:
PUID to whatever user ID you want Liquidsoap to run as. Defaults to 1000.PGID to a group ID you want Liquidsoap to run as. If you don't, it defaults to whatever the UID is set to.TZ to a timezone (e.g. TZ=America/Detroit) so that Liquidsoap logs are in your timezone.NICENESS to a value from -20 to 19 to set the niceness of the Liquidsoap process.Feedback appreciated!
Content type
Image
Digest
sha256:8ada70fdc…
Size
335.7 MB
Last updated
6 days ago
docker pull phasecorex/liquidsoap