File tree 1 file changed +11
-1
lines changed
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
36
36
The dashboard is also functional without it, however, in this case,
37
37
the latest information will only be displayed when the page is updated.
38
38
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
+
39
50
Compile / Install
40
51
-----------------
41
52
It is recommended to use docker compose.
42
53
If you do so, the config file is the "storage/config.yml" and your user images can be put into "storage/user"
43
54
directory. After that, just edit the config file according to your needs and run the container
44
55
45
56
cat docs/config-samples/minimal.yml > storage/config.yml
46
- docker compose build
47
57
docker compose up -d
48
58
49
59
You can’t perform that action at this time.
0 commit comments