From b79e6ed17cf3f06f6e84dff04751df8f17c0f49f Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Thu, 27 Feb 2020 15:13:48 -0800 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 409cb54..90bbacf 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,17 @@ If you need authentication support, you're on your own (it can be secured using ![screenshot](https://github.com/bastienwirtz/homer/blob/master/screenshot.png) -**How to build / install it? Where is the webpack config?** -There is no build system (😱), use it like that! It'meant to be stupid simple & zero maintenance required. just copy the static files somewhere, and visit the `index.html`. +## installation + +### Using docker + +```sh +sudo docker run -p 8080:8080 -v /your/local/config.yml:/www/config.yml b4bz/homer:latest +``` + +### Manually + +**How to build / install it?** There is no build system (😱), use it like that! It'meant to be stupid simple & zero maintenance required. just copy the static files somewhere, and visit the `index.html`. ## configuration -- 2.41.0