All Projects → joeybaker → Docker Syncthing

joeybaker / Docker Syncthing

Licence: artistic-2.0
Syncthing as a docker image

docker-syncthing Docker Pulls

Run syncthing from a docker container

Install

docker pull joeybaker/syncthing

Usage

docker run -d --restart=always \
  -v /srv/sync:/srv/data \
  -v /srv/syncthing:/srv/config \
  -p 22000:22000 -p 21027:21027/udp -p 8080:8080 \
  --name syncthing \
  joeybaker/syncthing

If you want to add a new folder, make sure you set the path to something in /srv/data.

NOTE: for security reasons, starting this docker container will change the permissions of all files in your data directory to a new, docker-only user. This ensures that the docker container can access the files.

Developing

You can run run.sh to restart the bud-ssl terminator and syncthing. Any push to this repo will auto-update the docker image on docker hub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].