diff --git a/zoneminder/Dockerfile b/zoneminder/Dockerfile index f026560ff..00a713018 100644 --- a/zoneminder/Dockerfile +++ b/zoneminder/Dockerfile @@ -23,12 +23,6 @@ FROM tritruongtr/zoneminder:latest # 2 Modify Image # ################## -# 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" -ENV DIR_SOUNDS="/var/cache/zoneminder/sounds2" - # Change config location # hadolint ignore=DL4006 RUN sed -i 's|/etc/zm.conf|/config/addons_config/zoneminder/zm.conf|g' /usr/local/bin/entrypoint.sh \