Skip to content

cogset/syncthing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syncthing in Docker

build status badge layers badge

Supported tags and respective Dockerfile links


Software pages


Author


Usage

Generate key and config
$ docker run --rm -v /syncthing:/etc/syncthing cogset/syncthing:latest -g /etc/syncthing
Run Syncthing
$ docker run -d --name syncthing -p 22000:22000 -v /syncthing:/etc/syncthing cogset/syncthing:latest

The default key and config directory is /etc/syncthing.

Run with an web GUI
$ docker run -d --name syncthing -p 22000:22000 -p 8384:8384 -v /syncthing:/etc/syncthing cogset/syncthing:latest

You can enable web GUI in config and set address and port for it.