From 7eaa22e239bc7434695ed0d998dcf009e177dc73 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Sat, 20 Mar 2021 18:53:27 +0100 Subject: [PATCH] Add note --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 350ab63..8d206b2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ After a `docker-compose up -d`, you can reach your TileBoard instance under `htt I am using it in my docker-compose file like this, with my config.js, secrets and other customizations: ```yaml -# Home Assistant Tileboard +# Home Assistant TileBoard tileboard: container_name: tileboard image: fbrinker/tileboard @@ -67,3 +67,5 @@ tileboard: depends_on: - homeassistant ``` + +Note: You should never expose TileBoard to the web. \ No newline at end of file