Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 282 Bytes

docker.markdown

File metadata and controls

18 lines (13 loc) · 282 Bytes

Run Miniflux with Docker

Build your own image

docker build -t <yourname/imagename> .

Run container from the image

docker run -p 80:80 --name miniflux <yourname/imagename>

Enjoy!