A docker container of Ampache music server on Alpine Linux (without MySQL)
320
The image contains several components:
IMPORTANT
You have to keep an MySQL instance running. You can have a small MySQL image from docker-mysql.
docker create --name ampache \
-v /path-to/music:/music \
-p 80:80 \
kukki/docker-ampache-app
docker start ampache
Note
80 to a different port number if you're using an existing web server on you host.Ampache setup is quite straight-forward:
http://localhost/ampache127.0.0.1 in MySQL server host
admin and admin password or root and empty password as MySQL credentialNext and finish the rest as desredContent type
Image
Digest
Size
98 MB
Last updated
about 10 years ago
docker pull kukki/docker-ampache-app