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

View file

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