Skip to content

Commit 41a3583

Browse files
Merge pull request #43 from bt-sync/small-fixes
Update Dockerfile
2 parents ba029c6 + f0b42a2 commit 41a3583

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Dockerfile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ RUN tar -xf /tmp/sync.tgz -C /usr/bin rslsync && rm -f /tmp/sync.tgz
1313
COPY sync.conf.default /etc/
1414
COPY run_sync /usr/bin/
1515

16-
EXPOSE 8888/tcp # webui port
17-
EXPOSE 55555/tcp # listening port
18-
EXPOSE 55555/udp # listening port
16+
# webui port
17+
EXPOSE 8888/tcp
18+
19+
# listening port
20+
EXPOSE 55555/tcp
21+
22+
# listening port
23+
EXPOSE 55555/udp
1924

2025
# More info about ports used by Sync you can find here:
2126
# https://help.resilio.com/hc/en-us/articles/204754759-What-ports-and-protocols-are-used-by-Sync-

0 commit comments

Comments
 (0)