*: move default tracker port to 6969

This commit is contained in:
Leo Balduf
2018-02-13 10:07:01 +01:00
parent a8bc51ba1d
commit 0c077f0a8c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ COPY --from=build-env /go/bin/chihaya /chihaya
RUN adduser -D chihaya
# Expose a docker interface to our binary.
EXPOSE 6880 6881
EXPOSE 6880 6969
# Drop root privileges
USER chihaya