Minimal Syncthing Docker image based on Alpine Linux
478
This Docker image is based on the minimal Alpine Linux image.
docker run -d --name=syncthing \
-p 8384:8384 -p 22000:22000 -p 21027:21027/udp \
-v syncthing-data:/Data -v syncthing-config:/Config \
-e SYNCTHING_USERID=1003 \
stanvit/syncthing
The SYNCTHING_USERID environment variable defines the UID of configuration and data files stored at the corresponding volumes.
/Data volume keeps the "default" Syncthing folder
/Config volume is used to store Syncthing configuration file, keys certificates and databases.
Content type
Image
Digest
Size
8.4 MB
Last updated
over 10 years ago
docker pull stanvit/syncthing