fix daily backup running into conflict with elasticsearch

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-02-01 23:52:28 +01:00
parent c4107d1098
commit df91f5d483
3 changed files with 25 additions and 1 deletions

View file

@ -11,5 +11,10 @@ RUN set -ex; \
; \
rm -rf /var/lib/apt/lists/*
COPY start.sh /
RUN chmod +x /start.sh
ENTRYPOINT ["/start.sh"]
HEALTHCHECK CMD nc -z localhost 9200 || exit 1
LABEL com.centurylinklabs.watchtower.monitor-only="true"