labsync/docker-compose.yml
jalr 52944cf1f9 Announce via tcp instead of udp
because aria2c lacks support for udp
2018-02-20 21:28:48 +01:00

15 lines
255 B
YAML

version: "3.2"
services:
nginx:
image: nginx:alpine
ports:
- 10.2.2.1:80:80
volumes:
- ./images:/usr/share/nginx/html:ro
opentracker:
build: opentracker
image: opentracker:alpine
ports:
- 10.2.2.1:6969:6969