We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Are you maybe looking for this? https://github.com/jesec/flood/wiki/Run-rTorrent-and-Flood-via-Docker#run-flood-and-rtorrent
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: