You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
@@ -12,6 +13,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
12
13
*[Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
13
14
14
15
# linuxserver/domoticz
16
+
[](https://microbadger.com/images/linuxserver/domoticz"Get your own version badge on microbadger.com")[](https://microbadger.com/images/linuxserver/domoticz"Get your own image badge on microbadger.com")[][hub][][hub][](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-domoticz/)
15
17
16
18
[Domoticz][appurl] is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device
17
19
@@ -26,11 +28,11 @@ docker create \
26
28
-v <path to data>:/config \
27
29
-e PGID=<gid> -e PUID=<uid> \
28
30
-e TZ=<timezone> \
29
-
-p 8080:8080 \
30
31
-p 1443:1443 \
31
32
-p 6144:6144 \
33
+
-p 8080:8080 \
32
34
--device=<path to device> \
33
-
linuxserver/domoticz:stable-3.5877
35
+
linuxserver/domoticz
34
36
```
35
37
36
38
You can choose between using tags, latest (default, and no tag required), or a specific stable version of domoticz.
@@ -48,6 +50,7 @@ For example with a port -p external:internal - what this shows is the port mappi
48
50
So -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080
49
51
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
50
52
53
+
51
54
*`-p 1443` - the port(s)
52
55
*`-p 6144` - the port(s)
53
56
*`-p 8080` - the port(s)
@@ -99,10 +102,11 @@ The user manual is available at [www.domoticz.com][appurl]
99
102
100
103
* image version number
101
104
102
-
`docker inspect -f '{{ index .Config.Labels "build_version" }}' domoticz`
105
+
`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/domoticz`
103
106
104
107
## Versions
105
108
106
-
+**26.02.2017:** Add curl and replace openssl with libressl. Add proper README.
107
-
+**26.11.2016:** Update README to new standard and getting ready for release.
108
-
+**10.10.2016:** Initial dev release.
109
+
+**28.05.2017:** Rebase to alpine 3.6.
110
+
+**26.02.2017:** Add curl and replace openssl with libressl.
0 commit comments