Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 627 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 627 Bytes

Comicstreamer - Docker

Docker build for Comicstreamer (davide-romanini version) Retrieve the last version on github and launch comicstreamer.

Usage

docker run -d -p 32500:32500 -v /my/comics/directory:/comics turzam/comicstreamer

Variables

  • WEBROOT Webroot for comicstreamer (default : none)
  • PORT Port of comicstreamer (default : 32500)
  • CUSTOMOPTIONS Another customs options for launching comicstreamer.

Volumes

  • /comics Comics directory

Expose

  • Port : 32500 : comicstreamer default port

Known issues