Sign inSign up

kukki/docker-ampache-app

By kukki

Updated about 10 years ago

A docker container of Ampache music server on Alpine Linux (without MySQL)

Image
0

320

kukki/docker-ampache-app repository overview

Ampache Music Server (app only) on Alpine Linux Docker

The image contains several components:

  • Alpine Linux, a lightweight Linux distrubtion
  • Ampache, a music server
  • PHP, a front-end used by Ampache
  • Apache, a web service used by Ampache

IMPORTANT

  • This image does not include MySQL service, which is required by Amapche.
Usage

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

  • You would like to change the port 80 to a different port number if you're using an existing web server on you host.
Setup

Ampache setup is quite straight-forward:

  • Visit http://localhost/ampache
  • Pick up a desired language
  • Enter 127.0.0.1 in MySQL server host
    • Note: Apache and MySQL are running in the same docker
  • Enter admin and admin password or root and empty password as MySQL credential
  • It's a good idea to create a MySQL account for Ampache. So check the last checkbox at the bottom
  • Click Next and finish the rest as desred
  • Enjoy your music
Issue and questions
License

Tag summary

Content type

Image

Digest

Size

98 MB

Last updated

about 10 years ago

docker pull kukki/docker-ampache-app