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`