quotes might be messed up.

This commit is contained in:
Hyatt 2022-01-26 10:14:48 -06:00
parent 80b91056be
commit 071478794d
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -17,7 +17,7 @@ EXPOSE 1688/tcp
WORKDIR /home/vlmcsd
HEALTHCHECK --interval=1m --timeout=3s --start-period=10s --retries=3 \
CMD /bin/sh -c 'printf \\'\\n\\' | openssl s_client --connect 127.0.0.1:1688 2> /dev/null | grep \\'CONNECTED\\''
CMD /bin/sh -c "printf '\\n' | openssl s_client --connect 127.0.0.1:1688 2> /dev/null | grep 'CONNECTED'"
ENTRYPOINT ["/bin/sh", "-c", "./vlmcsd -L 0.0.0.0:1688 -m 5 -t 5 -e -N1 -B1 -r1 -C 1033 -R 1w -A 1h -H 36446 -v -D -j ./vlmcsd.kmd"]
"""