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
|
||||
ANNOUNCE ?= udp://10.2.2.1:6969/announce
|
||||
ANNOUNCE ?= http://10.2.2.1:6969/announce
|
||||
WEBSEED ?= http://10.2.2.1
|
||||
|
||||
PACKER_DOCKER_IMAGE = labsync-packer
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@ services:
|
|||
ports:
|
||||
- 10.2.2.1:80:80
|
||||
volumes:
|
||||
- ./images:/usr/share/nginx/html
|
||||
- ./images:/usr/share/nginx/html:ro
|
||||
|
||||
opentracker:
|
||||
build: opentracker
|
||||
image: opentracker:alpine
|
||||
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