Fix healthcheck in Dockerfile.armhf

This commit is contained in:
Felix Brucker 2018-08-29 23:08:23 +02:00 committed by GitHub
parent adff605b49
commit 7aeb441dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,8 @@ 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"]
ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/samba.sh"]
ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/samba.sh"]