Syncthing Relay Server, provides armv7, arm64, amd64 build
1.1K
This is a Docker image built from official Syncthing Relay Server Dockerfile, with multi-arch variants.
In order to accept connections, port 22067/tcp must be exposed.
It's advised to map the volume /var/strelaysrv to somewhere on your host machine, so the server keys will stay the same after image updates.
version: '3.4'
services:
relay:
image: wuuker/syncthing-relay
container_name: syncthing-relay
restart: unless-stopped
ports:
- 22067:22067
volumes:
# To make this mapping works, /host/st-relay must be exist on your host environment
# This image is set to run with UID 1000, GID 1000, so make sure the owner of /host/st-relay is UID 1000
- /host/st-relay:/var/strelaysrv
Content type
Image
Digest
Size
7.6 MB
Last updated
about 4 years ago
docker pull wuuker/syncthing-relay