flood icon indicating copy to clipboard operation
flood copied to clipboard

Include Docker Compose In Documentation

Open spencerthayer opened this issue 2 years ago • 1 comments

It's clear that Flood can be ran in docker using a compose file given the discussion in issue #120 so why hasn't this been officially documented?

services:
  flood:
    hostname: flood
    image: docker.io/jesec/flood
    user: 1000:1001
    restart: unless-stopped
    command: --port 3001 --allowedpath /data
    environment:
      HOME: /config
    volumes:
      - /home/jc/dlconfig:/config
      - /mnt/data0:/data
    ports:
      - 127.0.0.1:3001:3001

spencerthayer avatar Mar 05 '23 18:03 spencerthayer

Are you maybe looking for this? https://github.com/jesec/flood/wiki/Run-rTorrent-and-Flood-via-Docker#run-flood-and-rtorrent

H4nks avatar Mar 30 '23 09:03 H4nks