Skip to content

Commit d903cd9

Browse files
committed
Add dockerhub link to readme
1 parent a4df3f2 commit d903cd9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,24 @@ The GlowDash can works together with Hasses (SSE daemon) to immediately show the
3636
The dashboard is also functional without it, however, in this case,
3737
the 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+
3950
Compile / Install
4051
-----------------
4152
It is recommended to use docker compose.
4253
If you do so, the config file is the "storage/config.yml" and your user images can be put into "storage/user"
4354
directory. 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

0 commit comments

Comments
 (0)