docker run -d \
--name=srvflood \
--restart=unless-stopped \
--hostname=srvflood \
-p 3000:3000 \
-e FLOOD_SECRET=$(openssl rand -hex 32) \
-e RTORRENT_SCGI_HOST=localhost \
-e RTORRENT_SCGI_PORT=5000 \
-v $PWD/data:/data \
loxoo/flood
$SUID - User ID to run as. default: 912$SGID - Group ID to run as. default: 900$FLOOD_BASE_URI - The directory to access Flood. _default: /$FLOOD_SECRET - A key for encrypting session cookie/JWT. _default: flood$RTORRENT_SCGI_HOST - The address of your rtorrent SCGI socket. _default: localhost$RTORRENT_SCGI_PORT - The port of your rtorrent SCGI socket. _default: 5000$RTORRENT_SOCK - Enable UNIX socket connection to rtorrent. optional$RTORRENT_SOCK_PATH - The path of the rtorrent socket. _default: /data/rtorrent.sock$FLOOD_ENABLE_SSL - Enable bundled SSL encryption. optional$TZ - Timezone. optional/data - A path for storing flood data.3000/tcp - The port that Flood should listen for web connections on.Content type
Image
Digest
sha256:8a221f1a8…
Size
39.5 MB
Last updated
about 2 years ago
docker pull loxoo/flood