mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-15 18:20:20 +00:00
fix elasticsearch
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
cc8d3f908a
commit
d7b0d07c71
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ RUN set -ex; \
|
||||||
COPY start.sh /
|
COPY start.sh /
|
||||||
|
|
||||||
RUN chmod +x /start.sh
|
RUN chmod +x /start.sh
|
||||||
ENTRYPOINT ["/start.sh"]
|
ENTRYPOINT ["/bin/tini", "--", "/start.sh"]
|
||||||
|
|
||||||
HEALTHCHECK CMD nc -z localhost 9200 || exit 1
|
HEALTHCHECK CMD nc -z localhost 9200 || exit 1
|
||||||
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,6 @@ if [ "$(sysctl -n vm.max_map_count)" -le 65530 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run initial entrypoint
|
# Run initial entrypoint
|
||||||
/bin/tini -- /usr/local/bin/docker-entrypoint.sh
|
/usr/local/bin/docker-entrypoint.sh
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue