Dockerfile fix HEALTHCHECK #154

This commit is contained in:
David Personette 2018-09-23 13:29:39 -04:00
parent c742b3d449
commit 512df7ff2b
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ COPY samba.sh /usr/bin/
EXPOSE 137/udp 138/udp 139 445
HEALTHCHECK --interval=60s --timeout=15s \
CMD smbclient -L '\\localhost\' -U 'guest%' -m SMB3
CMD smbclient -L '\\localhost' -U '%' -m SMB3
VOLUME ["/etc/samba"]

View File

@ -45,7 +45,7 @@ COPY samba.sh /usr/bin/
EXPOSE 137/udp 138/udp 139 445
HEALTHCHECK --interval=60s --timeout=15s \
CMD smbclient -L '\\localhost\' -U 'guest%' -m SMB3
CMD smbclient -L '\\localhost' -U '%' -m SMB3
VOLUME ["/etc/samba"]

View File

@ -45,7 +45,7 @@ COPY samba.sh /usr/bin/
EXPOSE 137/udp 138/udp 139 445
HEALTHCHECK --interval=60s --timeout=15s \
CMD smbclient -L '\\localhost\' -U 'guest%' -m SMB3
CMD smbclient -L '\\localhost' -U '%' -m SMB3
VOLUME ["/etc/samba"]