Sign inSign up

jbstep/docker-mylar

By jbstep

Updated about 9 years ago

Evilhero's mylar comic book grabber.

Image
0

10K+

jbstep/docker-mylar repository overview

This repository contains material to build a docker container for the mylar application.

##Build

''docker build --tag mylar:latest .''

##Run

''docker run -d --name="mylar" --restart=always
-v /yourlocaldirectory:/config
-v /yourlocaldirectory:/downloads
-v /yourlocaldirectory:/comics
-v /etc/localtime:/etc/localtime:ro
-e PGID=1000 -e PUID=1000
-p 8090:8090 jbstep/docker-mylar''

Then navigate to http://localhost:8090/

Tag summary

Content type

Image

Digest

Size

76.6 MB

Last updated

about 9 years ago

docker pull jbstep/docker-mylar