From 56de95003e12eb85518b47e321385e40ea4fa8a5 Mon Sep 17 00:00:00 2001 From: "philip.schell" Date: Mon, 10 Jun 2019 23:10:55 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aab53b9..78f61f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Fraunhofer.Fit.IoT.LoraMap (Lora-Map) Program that displays items with coordinates from Mqtt on a map +## Docker +* Build: `docker-compose build` +* Provide: `./Lora-Map/config/requests.conf` and `./Lora-Map/config/settings.conf` +* Run `docker-compose up -d` + ## Linking to ### Internal * BlubbFish.Utils ([Utils](http://git.blubbfish.net/vs_utils/Utils))