Add JVM_HEAP env var / config option to docker
Signed-off-by: Paul Rogalinski-Pinter <paul@paul.vc>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user