File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ PUID = 1000
2
+ PGID = 1000
3
+ # TZ=
4
+ # WEBROOT=domoticz #optional
Original file line number Diff line number Diff line change
1
+ domoticz :
2
+ container_name : domoticz
3
+ image : linuxserver/domoticz:stable
4
+ ports :
5
+ - " 8080:8080"
6
+ - " 6144:6144"
7
+ - " 1443:1443"
8
+ volumes :
9
+ - ./volumes/domoticz/data:/config
10
+ env_file :
11
+ - ./services/domoticz/domoticz.env
12
+ restart : unless-stopped
13
+ network_mode : bridge
14
+
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ declare -A cont_array=(
45
45
[homebridge]=" Homebridge"
46
46
[python]=" Python 3"
47
47
[gitea]=" Gitea"
48
+ [domoticz]=" Domoticz"
48
49
[dozzle]=" Dozzle"
49
50
)
50
51
@@ -76,6 +77,7 @@ declare -a armhf_keys=(
76
77
" homebridge"
77
78
" python"
78
79
" gitea"
80
+ " domoticz"
79
81
" dozzle"
80
82
# add yours here
81
83
)
You can’t perform that action at this time.
0 commit comments