Docker container for Ampache, a web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device.
build status
Develop build status
To run official builds from docker hub you can run these commands:
To run the current Ampache master (stable) branch
docker run --name=ampache -d -v /path/to/your/music:/media:ro -p 80:80 ampache/ampache
To run the current Ampache develop branch
docker run --name=ampache -d -v /path/to/your/music:/media:ro -p 80:80 ampache/ampache:develop
The develop tag is set up to use git updates so you don't have to rebuild your images to stay up to date with development.
The automated builds for the official repo are now built for linux/amd64, linux/arm/v7 and linux/arm64.
3.9.0
Content type
Image
Digest
Size
585.5 MB
Last updated
over 6 years ago
docker pull c4pr1c3/ampache