This commit is contained in:
DoTheEvo 2023-07-10 16:53:47 +02:00
parent 2c86f1bcc7
commit 44483c2e92
1 changed files with 7 additions and 7 deletions

View File

@ -11,8 +11,9 @@ Synchronize folders between devices.<br>
* [Official](https://syncthing.net/) * [Official](https://syncthing.net/)
* [Github](https://github.com/syncthing/syncthing) * [Github](https://github.com/syncthing/syncthing)
Simple and elegant solution for Synchronizing folders and nothing else.<br> Simple and elegant solution for Synchronizing folders.<br>
Clients are installed on the devices, and then added to the syncthing server. 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. Written in Go.
@ -43,17 +44,16 @@ services:
env_file: .env env_file: .env
volumes: volumes:
- /mnt/mirror/syncthing:/var/syncthing - /mnt/mirror/syncthing:/var/syncthing
network_mode: host
ports: ports:
- 8384:8384 # Web UI - 8384:8384 # Web UI
- 22000:22000/tcp # TCP file transfers - 22000:22000/tcp # TCP file transfers
- 22000:22000/udp # QUIC file transfers - 22000:22000/udp # QUIC file transfers
- 21027:21027/udp # Receive local discovery broadcasts - 21027:21027/udp # Receive local discovery broadcasts
networks: networks:
default: default:
name: $DOCKER_MY_NETWORK name: $DOCKER_MY_NETWORK
external: true external: true
``` ```
`.env` `.env`