archive
This commit is contained in:
8
ampache/build_and_run.sh
Executable file
8
ampache/build_and_run.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#! /bin/bash
|
||||
|
||||
docker run --rm -it \
|
||||
--name=ampache \
|
||||
-v $PWD/mnt:/media:ro \
|
||||
-p 8080:80 \
|
||||
ampache/ampache
|
||||
|
||||
Reference in New Issue
Block a user