1
1
Fork 1

Add version info

This commit is contained in:
Florian Brinker 2021-03-20 18:51:08 +01:00
父節點 e684485868
當前提交 dae789e259
共有 1 個檔案被更改,包括 9 行新增0 行删除

查看文件

@ -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: