This commit is contained in:
ai-dev
2025-10-11 01:36:41 +02:00
parent d1b1efb733
commit 47985c00cf
4 changed files with 195 additions and 6 deletions

View File

@@ -17,5 +17,8 @@ RUN \
# Copy data
COPY rootfs /
# Modules
ARG MODULES="00-local_mounts.sh"
HEALTHCHECK \
CMD smbclient -L '\\localhost' -U '%' -m SMB3