Gerbera docker script.
This commit is contained in:
13
bin/docker-gerbera.sh
Executable file
13
bin/docker-gerbera.sh
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
docker run \
|
||||||
|
-d \
|
||||||
|
--net=host \
|
||||||
|
--name gerbera \
|
||||||
|
--hostname gerbera \
|
||||||
|
--restart always \
|
||||||
|
--volume /srv/gerbera/config:/root/.config \
|
||||||
|
--volume /srv/gerbera/music:/mnt/music \
|
||||||
|
--volume /srv/gerbera/video:/mnt/video \
|
||||||
|
--volume /mnt/hdd2/public/movies:/mnt/hdd_video \
|
||||||
|
--volume /mnt/hdd/public/music:/mnt/hdd_music \
|
||||||
|
gerbera/gerbera
|
||||||
|
|
||||||
Reference in New Issue
Block a user