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.
1 parent e7c0325 commit 3e5938cCopy full SHA for 3e5938c
2 files changed
readme-vars.yml
@@ -72,6 +72,7 @@ init_diagram: |
72
"syncthing:latest" <- Base Images
73
# changelog
74
changelogs:
75
+ - {date: "08.13.25:", desc: "Use double-dash long options for syncthing v2.0.0."}
76
- {date: "12.03.24:", desc: "Rebase to Alpine 3.21."}
77
- {date: "06.06.24:", desc: "Rebase to Alpine 3.20."}
78
- {date: "05.03.24:", desc: "Rebase to Alpine 3.19."}
root/etc/s6-overlay/s6-rc.d/svc-syncthing/run
@@ -4,5 +4,5 @@
4
exec \
5
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 8384" \
6
s6-setuidgid abc syncthing \
7
- -home=/config -no-browser -no-restart \
+ --home=/config --no-browser --no-restart \
8
--gui-address="0.0.0.0:8384"
0 commit comments