Wonderfall / dockerfiles

Discontinued. Fork at your will.
Creative Commons Zero v1.0 Universal
391 stars 170 forks source link

[ rtorrent-flood ] Downloads weird file when accessing web UI #198

Closed rm127 closed 7 years ago

rm127 commented 7 years ago

Each time I try to access the flood web UI on [IP]:49184 my browser starts downloading a file which is roughly half a Kb in size. In it is a lot of weird characters.

I'm unsure if I have set it up correctly, so here is my docker-compose.yml file:

version: '2'

services:
    flood:
        container_name: rTorrent-flood

        image: wonderfall/rtorrent-flood

        environment:
            FLOOD_SECRET: the storm

        tty: true

        ports:
        - "49184:49184"
        - "3000:3000"

        volumes:
        - /root/flood/downloads:/data
        - /root/flood/db:/flood-db

        networks:
        - "torrent"

networks:
    torrent:
        driver: bridge
Wonderfall commented 7 years ago

49184 is not the WebUI port. 3000 is.