Workflow update

main
technorabilia 2 years ago
parent ff22f76c90
commit bb69c34a17

@ -18,6 +18,8 @@ services:
- TZ=${TZ:-Europe/Amsterdam}
# Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying.
- WEBROOT=domoticz # optional
# Sets path to database. Do not set unless you know what this does.
- DBASE=<path to database> # optional
volumes:
# Where Domoticz stores config files and data.
- ${BASEDIR:-/volume1/docker}/domoticz/config:/config

@ -10,6 +10,7 @@ docker run -d \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e WEBROOT=domoticz `# optional` `# Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying.` \
-e DBASE=<path to database> `# optional` `# Sets path to database. Do not set unless you know what this does.` \
-p 8080:8080 `# WebUI` \
-p 6144:6144 `# Domoticz communication port.` \
-p 1443:1443 `# Domoticz communication port.` \

Loading…
Cancel
Save