From f41ce7917b55437e903e5f7609a5b117be31bcee Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Mon, 21 Oct 2019 08:31:54 +0000 Subject: [PATCH] Update contribute section --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 33c89bb..6d6a098 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ This is a very basic Docker container for [TileBoard](https://github.com/resoai/ It contains the sources and starts a simple Python3 webserver to serve TileBoard at port 8000. -The builds are automated on changes of the official TileBoard repository. +## Contribute +You can open any new issues [here](https://git.f-brinker.de/fbrinker/docker-tileboard/issues). +**The builds are automated** on changes of the official TileBoard repository. + +Have a look at the [Dockerfile](https://git.f-brinker.de/fbrinker/docker-tileboard). ## Usage @@ -29,7 +33,3 @@ services: ``` After a `docker-compose up -d`, you can reach your TileBoard instance under `http://[yourhost-or-ip]:8234`. - -## Sources - -Have a look at the [Git-Repository](https://git.f-brinker.de/fbrinker/docker-tileboard).