Add RTORRENT_SCGI variable for use scgi port (#158)

* Feature(rtorrent-flood) : Add RTORRENT_SCGI variable for use scgi port

* Fix rtorrent-flood
This commit is contained in:
xataz
2017-03-22 16:04:34 +01:00
committed by Wonderfall
parent 3b8e2be84c
commit 74befe2cc4
3 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,7 @@ ARG BUILD_CORES
ENV UID=991 GID=991 \
FLOOD_SECRET=supersecret \
CONTEXT_PATH=/ \
RTORRENT_SCGI=0 \
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
RUN NB_CORES=${BUILD_CORES-`getconf _NPROCESSORS_CONF`} \