Updated ports

This commit is contained in:
Ash Leece 2022-09-26 10:20:32 +01:00
parent dbd9d764e3
commit 32803d8b43
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
FROM node:slim
RUN npm install -g bittorrent-tracker
ENTRYPOINT [ "bittorrent-tracker", "--trust-proxy", "--port", "6969" ]
ENTRYPOINT [ "bittorrent-tracker", "--trust-proxy", "--port", "6868" ]

View File

@ -5,5 +5,5 @@ services:
image: ashleece/bittorrent-tracker:latest
container_name: bittorrent-tracker
ports:
- "6969:6969"
- "6868:6868"
restart: unless-stopped