This commit is contained in:
bel
2021-09-14 06:44:17 -06:00
commit c5fa6baecd
22 changed files with 828 additions and 0 deletions

8
ampache/build_and_run.sh Executable file
View File

@@ -0,0 +1,8 @@
#! /bin/bash
docker run --rm -it \
--name=ampache \
-v $PWD/mnt:/media:ro \
-p 8080:80 \
ampache/ampache