Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

bertuss/docker-transmission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

make build

or

docker build --rm --no-cache --pull  -t bertuss/transmission .

Run

docker run \
    -d \
    --name transmission \
    -p 8080:9091 \
	-v /host/watch:/watch \
	-v /host/downloads:/downloads \ 
	-v /host/incomplete:/incomplete \ 
	-v /host/.config:/config \
    -e USERNAME=username \
    -e PASSWORD=password \
    -e DEBUG=true \
    bertuss/transmission

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published