Skip to content

Commit d2e1e97

Browse files
authored
Merge pull request #594 from Paraphraser/20220808-domoticz-experimental
20220810 domoticz - experimental branch - PR 3 of 3
2 parents 16d9367 + 74c97e8 commit d2e1e97

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
domoticz:
22
container_name: domoticz
3-
image: linuxserver/domoticz:stable
3+
image: lscr.io/linuxserver/domoticz:latest
44
ports:
5-
- "8080:8080"
5+
- "8083:8080"
66
- "6144:6144"
77
- "1443:1443"
88
volumes:
99
- ./volumes/domoticz/data:/config
1010
restart: unless-stopped
11-
network_mode: bridge
1211
environment:
1312
- PUID=1000
1413
- PGID=1000
15-
#TZ=
16-
#WEBROOT=domoticz #optional
17-
14+
# - TZ=Etc/UTC
15+
# - WEBROOT=domoticz
16+

0 commit comments

Comments
 (0)