phillxnet / docker-syncthing

Docker image with Syncthing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

istepanov/syncthing

Syncthing Docker image

How to run

docker run -d \
    --name syncthing \
    --restart always \
    -p 8384:8384 -p 22000:22000 -p 21025:21025/udp \
    -v /opt/docker/syncthing/config:/home/syncthing/.config/syncthing \
    -v /opt/docker/syncthing/Sync:/home/syncthing/Sync \
    istepanov/syncthing

Then access Syncthing Web UI at http://localhost:8384/

About

Docker image with Syncthing

License:MIT License


Languages

Language:Shell 100.0%