Ampache music server and MySQL on Alpine Linux
443
The image contains several components:
docker create --name ampache \
-v /path-to/music:/music \
-p 80:80 \
kukki/docker-ampache
docker start ampache
Note
80 to a different port number if you're using an existing web server on you host.-e MYSQL_PASS=MyPassword in docker create optionsdocker logs ampache
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
142.8 MB
Last updated
about 10 years ago
docker pull kukki/docker-ampache