Sign inSign up

thies88/syncthing

By thies88

Updated over 3 years ago

Image
0

203

thies88/syncthing repository overview

Syncthing

Image based on Alpine Linux and monitored by s6-overlay.

weekly builds @Saturday at 3:00 (AM)
docker setup
docker create \
  --name=syncthing \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/Amsterdam \
  -p 8384:8384 \
  -p 21027:21027 `#optional` \
  -p 22000:22000 `#optional` \
  -v /path/to/config:/config \
  -v /path/to/data1:/data1 `#optional` \
  -v /path/to/data2:/data2 `#optional` \
  --restart unless-stopped \
  thies88/syncthing

Go to https://ipdockerhost:8384

update your container:

Via Docker Run/Create

-Update the image: docker pull thies88/containername
-Stop the running container: docker stop containername
-Delete the container: docker rm containername
-Recreate a new container with the same docker create parameters used at the setup of the container (if mapped correctly to a host folder, your /config folder and settings will be preserved)
-Start the new container: docker start containername
-You can also remove the old dangling images: docker image prune

Unraid users can use "Check for updates" within Unraid WebGui

Tag summary

Content type

Image

Digest

sha256:396263a2b

Size

17.6 MB

Last updated

over 3 years ago

docker pull thies88/syncthing