Set custom images and events directories

This commit is contained in:
Alexandre
2022-05-04 14:46:43 +02:00
committed by GitHub
parent 93c1cc8409
commit 86bfc0a6ca

View File

@@ -25,6 +25,8 @@ FROM tritruongtr/zoneminder:latest
# Global variables
ENV DZM_CONFIG_DIR="/config/addons_config/zoneminder"
ENV DIR_IMAGES="/var/cache/zoneminder/images2"
ENV ZM_DIR_EVENTS="/var/cache/zoneminder/events2"
# Change config location
# hadolint ignore=DL4006