forked from fbrinker/docker-tileboard-OUTDATED
Add note
This commit is contained in:
parent
dae789e259
commit
7eaa22e239
@ -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:
|
I am using it in my docker-compose file like this, with my config.js, secrets and other customizations:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Home Assistant Tileboard
|
# Home Assistant TileBoard
|
||||||
tileboard:
|
tileboard:
|
||||||
container_name: tileboard
|
container_name: tileboard
|
||||||
image: fbrinker/tileboard
|
image: fbrinker/tileboard
|
||||||
@ -67,3 +67,5 @@ tileboard:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- homeassistant
|
- homeassistant
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: You should never expose TileBoard to the web.
|
Reference in New Issue
Block a user