File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,24 @@ The GlowDash can works together with Hasses (SSE daemon) to immediately show the
3636The dashboard is also functional without it, however, in this case,
3737the latest information will only be displayed when the page is updated.
3838
39+ Docker images
40+ -------------
41+ Available amd64 and arm64 linux containers on Docker hub:
42+
43+ - https://hub.docker.com/r/hyperprog/glowdash
44+
45+ Downloadable (pullable) image name:
46+
47+ hyperprog/glowdash
48+
49+
3950Compile / Install
4051-----------------
4152It is recommended to use docker compose.
4253If you do so, the config file is the "storage/config.yml" and your user images can be put into "storage/user"
4354directory. After that, just edit the config file according to your needs and run the container
4455
4556 cat docs/config-samples/minimal.yml > storage/config.yml
46- docker compose build
4757 docker compose up -d
4858
4959
You can’t perform that action at this time.
0 commit comments