docker compose #125
Replies: 2 comments
-
What does “double clic on a file” mean?
The volume mapping seems to be proper. Flood can work as both containers use
You would have to make sure that the permissions are right. Usually, Flood and rTorrent should have the same UID or GID so they can access each other’s files. It seems that you are using an external authentication system. In that case, you should specify If you want to use Flood’s authentication system, you should map the runtime folder (by default Check README for more information about configurations. Note that unless you have a secure firewall configuration that limits a port to specific processes/UIDs, TCP port mode is discouraged as rTorrent XMLRPC interface allows arbitrary command execution (as a result, local privilege escalation when you expose the port locally or remote command execution if you expose the port to network). I know you are running in a container but local privilege escalation can give potential malicious actors unwanted privileges to your files and allow them to perform other actions. See Wiki for more information about security. |
Beta Was this translation helpful? Give feedback.
-
By "double clic a file" i meant open a torrent which has finished downloading, and get one of the files inside. i'll double checks the rights and let you know. thx |
Beta Was this translation helpful? Give feedback.
-
Hello,
I cant replace the old flood i was using with this new flood. :(
I spent arround 2Hours playing with it's dockerfile, compose, config, etc,
now it seems to work but, i cant double clic on a file to download it.
With the old flood i just added this volume and it worked
with the new one what should i do ?
This is the compose i used with the old flood
and so this is the new flood
Beta Was this translation helpful? Give feedback.
All reactions