Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.19 KB

File metadata and controls

35 lines (29 loc) · 1.19 KB

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.