File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
10- env_file :
11- - ./services/domoticz/domoticz.env
1210 restart : unless-stopped
13- network_mode : bridge
14-
11+ environment :
12+ - PUID=1000
13+ - PGID=1000
14+ # - TZ=Etc/UTC
15+ # - WEBROOT=domoticz
16+
Original file line number Diff line number Diff line change 1+ # Domoticz
2+
3+ Please refer to the [ documentation on the master branch] ( https://github.com/SensorsIot/IOTstack/blob/master/docs/Containers/Domoticz.md ) .
4+
5+ > There is not much there…
6+
You can’t perform that action at this time.
0 commit comments