Add JVM_HEAP env var / config option to docker

Signed-off-by: Paul Rogalinski-Pinter <paul@paul.vc>
This commit is contained in:
Paul Rogalinski-Pinter
2020-02-08 12:41:04 +00:00
committed by GitHub
parent c6eed14db5
commit bd83229345
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM alpine:3.9
LABEL description="Airsonic is a free, web-based media streamer, providing ubiquitious access to your music." \
url="https://github.com/airsonic/airsonic"
ENV AIRSONIC_PORT=4040 AIRSONIC_DIR=/airsonic CONTEXT_PATH=/ UPNP_PORT=4041
ENV AIRSONIC_PORT=4040 AIRSONIC_DIR=/airsonic CONTEXT_PATH=/ UPNP_PORT=4041 JVM_HEAP=256m
WORKDIR $AIRSONIC_DIR