File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
domoticz :
2
2
container_name : domoticz
3
- image : linuxserver/domoticz:stable
3
+ image : lscr.io/ linuxserver/domoticz:latest
4
4
ports :
5
5
- " 8083:8080"
6
6
- " 6144:6144"
7
7
- " 1443:1443"
8
8
volumes :
9
9
- ./volumes/domoticz/data:/config
10
10
restart : unless-stopped
11
- network_mode : bridge
12
11
environment :
13
12
- PUID=1000
14
13
- PGID=1000
15
- # - TZ=
14
+ # - TZ=Etc/UTC
16
15
# - WEBROOT=domoticz
17
16
Original file line number Diff line number Diff line change
1
+ # Domoticz
2
+
3
+ ## References
4
+
5
+ - [ Domoticz home] ( https://www.domoticz.com )
6
+
7
+ - [User Guide](https://www.domoticz.com/DomoticzManual.pdf) (pdf)
8
+
9
+ - [ GitHub: domoticz/domoticz] ( https://github.com/domoticz/domoticz )
10
+ - [ DockerHub: linuxserver/domoticz] ( https://hub.docker.com/r/linuxserver/domoticz )
11
+
12
+ ## Invitation
13
+
14
+ There is no IOTstack documentation for Domoticz.
15
+
16
+ This is a standing invitation to anyone who is familiar with this container to submit a Pull Request to provide some documentation.
You can’t perform that action at this time.
0 commit comments