From 6627c96edfb7ba87f64e69fe3d2dc5af4c9fa55a Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 17 May 2017 15:49:31 +0200 Subject: [PATCH] Mention closes https://github.com/owntracks/recorder/issues/192 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0bf271c..2435062 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ This is a Dockerfile for the [OwnTracks Recorder](https://github.com/owntracks/r It sets Mosquitto broker (with TLS) as well as the OwnTracks Recorder for collecting [OwnTracks](http://owntracks.org) location data. Docker images are built automatically when we push Debian packages to the `recorder` repository, and these Docker images are available at [https://hub.docker.com/r/owntracks/recorderd/](https://hub.docker.com/r/owntracks/recorderd/). + +There's also a docker image based on alpine Linux with integrated MQTT for [Rpi and amd64 platforms](https://github.com/owntracks/recorder/issues/192).