You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ services:
93
93
- PGID=1000
94
94
- TZ=Europe/London
95
95
- WEBROOT=domoticz #optional
96
+
- DBASE=<path to database> #optional
96
97
volumes:
97
98
- <path to data>:/config
98
99
ports:
@@ -113,6 +114,7 @@ docker run -d \
113
114
-e PGID=1000 \
114
115
-e TZ=Europe/London \
115
116
-e WEBROOT=domoticz `#optional` \
117
+
-e DBASE=<path to database> `#optional` \
116
118
-p 8080:8080 \
117
119
-p 6144:6144 \
118
120
-p 1443:1443 \
@@ -147,6 +149,7 @@ Container images are configured using parameters passed at runtime (such as thos
147
149
|`-e PGID=1000`| for GroupID - see below for explanation |
148
150
|`-e TZ=Europe/London`| Specify a timezone to use EG Europe/London. |
149
151
|`-e WEBROOT=domoticz`| Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying. |
152
+
|`-e DBASE=<path to database>`| Sets path to database. Do not set unless you know what this does. |
150
153
|`-v /config`| Where Domoticz stores config files and data. |
151
154
|`--device path to device`| For passing through USB devices. |
152
155
@@ -259,7 +262,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
259
262
260
263
## Versions
261
264
262
-
***05.02.22:** - Set default webroot to /.
265
+
***05.02.22:** - Set default webroot to /. Add env. variable for setting custom databas path.
263
266
***26.12.20:** - Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf.
264
267
***24.11.19:** - Change to using domoticz builtin Lua and MQTT.
265
268
***03.11.19:** - Set capabilities for domoticz binary and move cmake from edge repo.
- { date: "05.02.22:", desc: "Set default webroot to /. Add env. variable for setting custom databas path." }
78
79
- { date: "26.12.20:", desc: "Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf." }
79
80
- { date: "24.11.19:", desc: "Change to using domoticz builtin Lua and MQTT." }
80
81
- { date: "03.11.19:", desc: "Set capabilities for domoticz binary and move cmake from edge repo." }
0 commit comments