From 44483c2e92622fd6fc19f1aaa2331de6dabeab69 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Mon, 10 Jul 2023 16:53:47 +0200 Subject: [PATCH] update --- syncthing/readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/syncthing/readme.md b/syncthing/readme.md index f0186d1..c20229a 100644 --- a/syncthing/readme.md +++ b/syncthing/readme.md @@ -11,8 +11,9 @@ Synchronize folders between devices.
* [Official](https://syncthing.net/) * [Github](https://github.com/syncthing/syncthing) -Simple and elegant solution for Synchronizing folders and nothing else.
-Clients are installed on the devices, and then added to the syncthing server. +Simple and elegant solution for Synchronizing folders.
+Clients are installed on devices, and paired with the Syncthing server. +There are Windows, MacOs, Linux, Android clients, and 3rd party Möbius Sync for iOS. Written in Go. @@ -43,17 +44,16 @@ services: env_file: .env volumes: - /mnt/mirror/syncthing:/var/syncthing - network_mode: host ports: - 8384:8384 # Web UI - 22000:22000/tcp # TCP file transfers - 22000:22000/udp # QUIC file transfers - 21027:21027/udp # Receive local discovery broadcasts - networks: - default: - name: $DOCKER_MY_NETWORK - external: true +networks: + default: + name: $DOCKER_MY_NETWORK + external: true ``` `.env`