mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
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:
@ -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`} \
|
||||
|
Reference in New Issue
Block a user