We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba029c6 + f0b42a2 commit 41a3583Copy full SHA for 41a3583
Dockerfile
@@ -13,9 +13,14 @@ RUN tar -xf /tmp/sync.tgz -C /usr/bin rslsync && rm -f /tmp/sync.tgz
13
COPY sync.conf.default /etc/
14
COPY run_sync /usr/bin/
15
16
-EXPOSE 8888/tcp # webui port
17
-EXPOSE 55555/tcp # listening port
18
-EXPOSE 55555/udp # listening port
+# webui port
+EXPOSE 8888/tcp
+
19
+# listening port
20
+EXPOSE 55555/tcp
21
22
23
+EXPOSE 55555/udp
24
25
# More info about ports used by Sync you can find here:
26
# https://help.resilio.com/hc/en-us/articles/204754759-What-ports-and-protocols-are-used-by-Sync-
0 commit comments