Update Dockerfile

This commit is contained in:
Alexandre
2021-11-02 11:35:02 +01:00
committed by GitHub
parent 176267574a
commit 4c71868b59

View File

@@ -1,5 +1,8 @@
FROM elasticsearch:6.8.20
# Increase ram available
RUN echo "vm.max_map_count=262144" >> /etc/sysctl.conf
### LABELS
ARG BUILD_ARCH
ARG BUILD_DATE