Update Dockerfile

This commit is contained in:
Alexandre
2021-11-02 12:01:25 +01:00
committed by GitHub
parent 4c71868b59
commit 445aa6fe31

View File

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