Skip to content

Commit 9712f6f

Browse files
committed
domoticz: change conflicting port 8080->8883
1 parent 57f848c commit 9712f6f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.templates/domoticz/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ domoticz:
22
container_name: domoticz
33
image: linuxserver/domoticz:stable
44
ports:
5-
- "8080:8080"
5+
- "8083:8080"
66
- "6144:6144"
77
- "1443:1443"
88
volumes:

docs/Default-Configs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Do note that the ports listed are not all of the ports containers use. They are
1515
| blynk_server | *none* | *none* | 8180 | No |
1616
| deconz | *none* | IOtSt4ckDec0nZ | 8090 | No |
1717
| diyhue | *none* | *none* | 8070 | No |
18+
| domoticz | *none* | *none* | 8883 | No |
1819
| dozzle | *none* | *none* | 8889 | No |
1920
| espruinohub | *none* | *none* | *none* | No |
2021
| gitea | *none* | *none* | 7920 | No |

0 commit comments

Comments
 (0)