Announce via tcp instead of udp
because aria2c lacks support for udp
This commit is contained in:
parent
38ed593a16
commit
52944cf1f9
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
PACKER_VERSION ?= 1.2.0
|
PACKER_VERSION ?= 1.2.0
|
||||||
ANNOUNCE ?= udp://10.2.2.1:6969/announce
|
ANNOUNCE ?= http://10.2.2.1:6969/announce
|
||||||
WEBSEED ?= http://10.2.2.1
|
WEBSEED ?= http://10.2.2.1
|
||||||
|
|
||||||
PACKER_DOCKER_IMAGE = labsync-packer
|
PACKER_DOCKER_IMAGE = labsync-packer
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,10 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 10.2.2.1:80:80
|
- 10.2.2.1:80:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./images:/usr/share/nginx/html
|
- ./images:/usr/share/nginx/html:ro
|
||||||
|
|
||||||
opentracker:
|
opentracker:
|
||||||
build: opentracker
|
build: opentracker
|
||||||
image: opentracker:alpine
|
image: opentracker:alpine
|
||||||
ports:
|
ports:
|
||||||
- 10.2.2.1:6969:6969/udp
|
- 10.2.2.1:6969:6969
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue