Simple, lightweight and secure Syncthing container based on Alpine Linux
Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. You can find the original repo here.
Propose a lightweight and secure container that is easy to setup.
- Based on Alpine Linux.
- No Root processes, as secure as possible.
- 8384
- 22000
- 21027
- SYNCTHING_VERSION: (Optional) version of Syncthing you want to install
- UID: (Optional) The UID executing the server
- GID: (Optional) The GID executing the server
- /data: Data folder.
Build this image:
docker build -t syncthing .
Example command to run this container:
docker run -d -p 80:8080 -p 22000:22000 -p 21027:21027 --name syncthing syncthing
