Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit a7b8340

Browse files
committed
Update READMETEMPLATE
1 parent 4e1a9c4 commit a7b8340

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

READMETEMPLATE.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[linuxserverurl]: https://linuxserver.io
22
[forumurl]: https://forum.linuxserver.io
3-
[ircurl]: https://www.linuxserver.io/index.php/irc/
4-
[podcasturl]: https://www.linuxserver.io/index.php/category/podcast/
3+
[ircurl]: https://www.linuxserver.io/irc/
4+
[podcasturl]: https://www.linuxserver.io/podcast/
55

66
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
77

@@ -12,7 +12,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
1212

1313
# linuxserver/domoticz
1414

15-
[Domoticz](https://www.domoticz.com/) 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
15+
[Domoticz][domoticzurl] 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
1616

1717
[![domoticz](https://github.com/domoticz/domoticz/raw/master/www/images/logo.png)][domoticzurl]
1818
[domoticzurl]: https://www.domoticz.com
@@ -30,9 +30,16 @@ docker create \
3030
-p 1443:1443 \
3131
-p 6144:6144 \
3232
--device=<path to device> \
33-
linuxserver/domoticz
33+
linuxserver/domoticz:stable-3.5877
3434
```
3535

36+
You can choose between using tags, latest (default, and no tag required), or a specific stable version of domoticz.
37+
38+
Add one of the tags, if required, to the linuxserver/domoticz line of the run/create command in the following format, linuxserver/domoticz:stable-3.5877
39+
40+
#### Tags
41+
42+
+ **stable-3.5877** : latest stable version.
3643

3744
## Parameters
3845

@@ -41,7 +48,9 @@ For example with a port -p external:internal - what this shows is the port mappi
4148
So -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080
4249
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
4350

44-
* `-p 1234` - the port(s)
51+
* `-p 1443` - the port(s)
52+
* `-p 6144` - the port(s)
53+
* `-p 8080` - the port(s)
4554
* `-v /config` - location for the config files
4655
* `-e PGID` for GroupID - see below for explanation
4756
* `-e PUID` for UserID - see below for explanation
@@ -63,7 +72,6 @@ usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
6372

6473
As you can see above, the device node created is ttyUSB0. It does not say where, but it's almost always in /dev/. The correct tag for passing through this USB device is '--device=/dev/ttyUSB0'
6574

66-
6775
### User / Group Identifiers
6876

6977
Sometimes when using data volumes (`-v` flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user `PUID` and group `PGID`. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" ™.
@@ -78,7 +86,7 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
7886
## Setting up the application
7987

8088
To configure Domoticz, go to the IP of your docker host on the port you configured (default 8080), and add your hardware in Setup > Hardware.
81-
The user manual is available at [www.domoticz.com](https://www.domoticz.com)
89+
The user manual is available at [www.domoticz.com][domoticzurl]
8290

8391
## Info
8492

0 commit comments

Comments
 (0)