docker: Remove health check (fixes #6604) (#6616)

Co-authored-by: Shaarad Dalvi <shdalv@microsoft.com>
This commit is contained in:
Shaarad Dalvi 2020-05-08 15:33:37 +05:30 committed by GitHub
parent c20ed80dc4
commit b0b3abf76b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -22,8 +22,5 @@ COPY --from=builder /src/script/docker-entrypoint.sh /bin/entrypoint.sh
ENV PUID=1000 PGID=1000 HOME=/var/syncthing
HEALTHCHECK --interval=1m --timeout=10s \
CMD nc -z localhost 8384 || exit 1
ENV STGUIADDRESS=0.0.0.0:8384
ENTRYPOINT ["/bin/entrypoint.sh", "/bin/syncthing", "-home", "/var/syncthing/config"]