mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +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 /
|
||||
|
||||
RUN chmod +x /start.sh
|
||||
ENTRYPOINT ["/start.sh"]
|
||||
ENTRYPOINT ["/bin/tini", "--", "/start.sh"]
|
||||
|
||||
HEALTHCHECK CMD nc -z localhost 9200 || exit 1
|
||||
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ if [ "$(sysctl -n vm.max_map_count)" -le 65530 ]; then
|
|||
fi
|
||||
|
||||
# Run initial entrypoint
|
||||
/bin/tini -- /usr/local/bin/docker-entrypoint.sh
|
||||
/usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
exec "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue