Image based on Alpine Linux and monitored by s6-overlay.
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
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
Content type
Image
Digest
sha256:396263a2b…
Size
17.6 MB
Last updated
over 3 years ago
docker pull thies88/syncthing