Skip to content

Latest commit

 

History

History
 
 

headphones

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Docker Headphones

This is a Dockerfile to set up Headphones. Create a volume mount point at /data for data.

Build

# docker build -t headphones .

Create data volume and set permissions:

# docker run -v /data --name headphones_data ubuntu chown -R 22000 /data

Run

Systemd service file is also available.

# docker run -d --volumes-from headphones_data -p 8181:8181 --name headphones_run headphones