Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Proposal: Adding a docker-compose.yml #48

Closed
heliostatic opened this issue Jan 10, 2020 · 0 comments
Closed

Proposal: Adding a docker-compose.yml #48

heliostatic opened this issue Jan 10, 2020 · 0 comments

Comments

@heliostatic
Copy link

version: '3.3'
services:
    cloud-torrent:
        ports:
            - '3000:3000'
        volumes:
            - '/path/to/my/downloads:/downloads'
            - '/path/to/my/torrents:/torrents'
            - '/path/to/my/config:/etc/cloud-torrent'
        image: boypt/cloud-torrent
        command: --auth username:password
@boypt boypt closed this as completed in 76dcc6b Jan 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant