The smallest Docker image with Syncthing
1.6K
This image is based on evild/alpine-base
0.12.21, latest (Dockerfile)docker run -p 8080:8080 -p 22000:22000 -p 21025:21025/udp --name syncthing evild/alpine-syncthing
You can also add a volume to /srv/config
docker run -p 8080:8080 -p 22000:22000 -p 21025:21025/udp \
-v /srv/docker/syncthing/config:/srv/config \
--name syncthing \
evild/alpine-syncthing
It's easy, just add a volume to /srv/data/
docker run -p 8080:8080 -p 22000:22000 -p 21025:21025/udp \
-v /srv/docker/syncthing/config:/srv/config \
-v /folder/to/my/data:/srv/data/foldername \
--name syncthing \
evild/alpine-syncthing
Content type
Image
Digest
Size
22 MB
Last updated
over 10 years ago
docker pull evild/alpine-syncthing