0.14.19
,0.14
,latest
(0.14/Dockerfile)
- You Ming ([email protected])
$ docker run --rm -v /syncthing:/etc/syncthing cogset/syncthing:latest -g /etc/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.
$ 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.