Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 455 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 455 Bytes

mbentley/airsonic

docker image for Airsonic

To pull this image: docker pull mbentley/airsonic

Example usage:

docker run -d \
  --restart unless-stopped \
  --name airsonic \
  -p 4040:4040 \
  -v airsonic-data:/data \
  mbentley/airsonic

See Migrating from Subsonic to Airsonic for instructions on how to migrate from Subsonic or Libresonic to Airsonic