-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
Type: Bug Report
Your Environment
- Version used:
- Version 4.10.0
- Environment name and version:
- Docker jesec/flood:4.10.0
- Torrent client and version: rtorrent 0.9.8/libtorrent 0.13.8 (alpine build docker)
Summary
Adding torrent from Flood cause 500 error
Context
My docker compose:
services:
flood:
hostname: flood
image: jesec/flood:4.10.0
user: 1026:100
command: --port 9300 --allowedpath /data
network_mode: host
environment:
HOME: /config
volumes:
- /volume1/docker/rtorrent/config:/config
- /volume1/downloads:/data
restart: unless-stopped
rtorrent:
image: ydotzhou/rtorrent:0.9.8
user: 1026:100
network_mode: host
environment:
HOME: /config
volumes:
- /volume1/docker/rtorrent/config:/config
- /volume1/downloads:/data
restart: unless-stopped
Metadata
Metadata
Assignees
Labels
No labels