Sign inSign up

mgcrea/syncthing

By mgcrea

Updated over 8 years ago

Image
1

1.7K

mgcrea/syncthing repository overview

docker-syncthing Docker Pulls

Run syncthing from a docker container

Install

docker pull mgcrea/syncthing

Usage

docker run -d --restart=always \
  -v /srv/sync:/srv/data \
  -v /srv/syncthing:/srv/config \
  -p 22000:22000  -p 21025:21025/udp -p 8080:8080 \
  --name syncthing \
  mgcrea/syncthing
docker-compose up -d

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.

Tag summary

Content type

Image

Digest

Size

87.9 MB

Last updated

over 8 years ago

docker pull mgcrea/syncthing