Title logo
linuxserver/syncthing.

A Syncthing container, brought to you by LinuxServer.io.

203,207,542 548 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/syncthing
Build Time 20 Apr 2024 01:44:33
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.27.6 20 Apr 2024 at 01:44:33

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  syncthing:
    image: linuxserver/syncthing:1.27.6
    container_name: syncthing
    restart: no

CLI

docker create \
  --name=syncthing \  --restart no \
  linuxserver/syncthing:1.27.6