We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f848c commit 9712f6fCopy full SHA for 9712f6f
.templates/domoticz/service.yml
@@ -2,7 +2,7 @@ domoticz:
2
container_name: domoticz
3
image: linuxserver/domoticz:stable
4
ports:
5
- - "8080:8080"
+ - "8083:8080"
6
- "6144:6144"
7
- "1443:1443"
8
volumes:
docs/Default-Configs.md
@@ -15,6 +15,7 @@ Do note that the ports listed are not all of the ports containers use. They are
15
| blynk_server | *none* | *none* | 8180 | No |
16
| deconz | *none* | IOtSt4ckDec0nZ | 8090 | No |
17
| diyhue | *none* | *none* | 8070 | No |
18
+| domoticz | *none* | *none* | 8883 | No |
19
| dozzle | *none* | *none* | 8889 | No |
20
| espruinohub | *none* | *none* | *none* | No |
21
| gitea | *none* | *none* | 7920 | No |
0 commit comments