mojrapid/syncthing

By mojrapid

Updated 8 days ago

syncthing for arm32v7 - linuxserver docker mod (tnx to linuxserver)

Image
Networking
Security
0

2.8K

mojrapid/syncthing repository overview

USAGE

docker-compose
---
version: "2.1"
services:
  syncthing:
    image: mojrapid/syncthing:arm32v7-latest
    container_name: syncthing
    hostname: syncthing #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/appdata/config:/config
      - /path/to/data1:/data1
      - /path/to/data2:/data2
    ports:
      - 8384:8384
      - 22000:22000/tcp
      - 22000:22000/udp
      - 21027:21027/udp
    restart: unless-stopped
docker cli
docker run -d \
  --name=syncthing \
  --hostname=syncthing `#optional` \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -p 8384:8384 \
  -p 22000:22000/tcp \
  -p 22000:22000/udp \
  -p 21027:21027/udp \
  -v /path/to/appdata/config:/config \
  -v /path/to/data1:/data1 \
  -v /path/to/data2:/data2 \
  --restart unless-stopped \
  mojrapid/syncthing:arm32v7-latest

Based on linuxserver/syncthing

Buy Me a Coffee at ko-fi.com PayPal.me

Tag summary

Content type

Image

Digest

sha256:12933428f

Size

22.1 MB

Last updated

8 days ago

docker pull mojrapid/syncthing:arm32v7-latest