opentracker is an open and free bittorrent tracker project by erdgeist.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
services:
|
|
opentracker:
|
|
container_name: opentracker
|
|
build: .
|
|
ports:
|
|
- 6969:6969
|
|
volumes:
|
|
- ./config:/config
|
|
|