Sign inSign up

matthenning/owntone

By matthenning

Updated almost 4 years ago

OwnTone on top of Debian

Image
0

1.0K

matthenning/owntone repository overview

You need to pass your desired admin password via environment variable OWNTONE_PASSWORD and map your media directory to /srv/music. Additionally you can set OWNTONE_UID and OWNTONE_GID to change the owntone user's uid and gid. This can be useful to map the container users to a host user with permissions on the mapped media volume.

Example:

docker run -p 3689:3689 -e OWNTONE_PASSWORD='password' -e OWNTONE_UID='1234' -e OWNTONE_GID='1234' -v /media/music:/srv/music -d matthenning/owntone:latest

Tag summary

Content type

Image

Digest

sha256:71c5e7b02

Size

499 MB

Last updated

almost 4 years ago

docker pull matthenning/owntone