Announce via tcp instead of udp

because aria2c lacks support for udp
This commit is contained in:
jalr 2018-02-20 21:28:48 +01:00
parent 38ed593a16
commit 52944cf1f9
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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