Docker build script for Arch Linux base with Medusa
500K+
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
Latest stable Medusa release from GitHub.
docker run -d \
-p 8081:8081 \
--name=<container name> \
-v <path for media files>:/media \
-v <path for data files>:/data \
-v <path for config files>:/config \
-v /etc/localtime:/etc/localtime:ro \
-e HEALTHCHECK_COMMAND=<command> \
-e HEALTHCHECK_ACTION=<action> \
-e HEALTHCHECK_HOSTNAME=<hostname> \
-e UMASK=<umask for created files> \
-e PUID=<uid for user> \
-e PGID=<gid for user> \
binhex/arch-medusa
Please replace all user variables in the above command defined by <> with the correct values.
http://<host ip>:8081
docker run -d \
-p 8081:8081 \
--name=medusa \
-v /media/tv:/media \
-v /apps/docker/sabnzbd/watched:/data \
-v /apps/docker/medusa:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-medusa
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
id <username>
If you appreciate my work, then please consider buying me a beer :D
Content type
Image
Digest
sha256:0471ad15a…
Size
319.3 MB
Last updated
almost 2 years ago
docker pull binhex/arch-medusa