Title logo
linuxserver/syncthing.

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

204,539,141 578 unknown amd64 unknown arm64

Build Information

General build information for this image

Docker Hub linuxserver/syncthing
Build Time 01 Feb 2025 02:13:00
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 01 Feb 2025 at 02:12:54

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:latest
    container_name: syncthing
    restart: no

CLI

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