feat(): add memory limit variable #17

This commit is contained in:
Hardware
2018-06-25 20:34:30 +02:00
parent fc8124dc77
commit ab4c7c0939
4 changed files with 4 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ LABEL description "Rainloop is a simple, modern & fast web-based client" \
ARG GPG_FINGERPRINT="3B79 7ECE 694F 3B7B 70F3 11A4 ED7C 49D9 87DA 4591"
ENV UID=991 GID=991 UPLOAD_MAX_SIZE=25M LOG_TO_STDOUT=false
ENV UID=991 GID=991 UPLOAD_MAX_SIZE=25M LOG_TO_STDOUT=false MEMORY_LIMIT=128M
RUN echo "@community https://nl.alpinelinux.org/alpine/v3.7/community" >> /etc/apk/repositories \
&& apk -U upgrade \