This commit is contained in:
ai-dev
2025-10-11 01:50:09 +02:00
parent 9f9678106a
commit 270cf38204

View File

@@ -20,5 +20,9 @@ COPY rootfs /
# Modules
ARG MODULES="00-local_mounts.sh"
# Automatic modules download
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
HEALTHCHECK \
CMD smbclient -L '\\localhost' -U '%' -m SMB3