From dae789e2598f5d25adb68122303d3bd7db26a99b Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Sat, 20 Mar 2021 18:51:08 +0100 Subject: [PATCH] Add version info --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4199eff..350ab63 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ Have a look at the [Dockerfile](https://git.f-brinker.de/fbrinker/docker-tileboa You have to mount your `config.js` file into the `/tileboard` directory of the Docker container. You can see an [example config.js file in the official repository](https://github.com/resoai/TileBoard/blob/master/config.example.js). +## Versions / Tags + +Besides the latest version, you can listen to updates for a specific versions: + * fbrinker/tileboard *(same as :latest)* + * fbrinker/tileboard:latest + * fbrinker/tileboard:2 + * fbrinker/tileboard:2.0 + * fbrinker/tileboard:2.0.0 + ## Example Here is an example, using Docker-Compose: