https://github.com/johnae/syncthing
Syncthing for docker with automatic upgrades
https://github.com/johnae/syncthing
Last synced: over 1 year ago
JSON representation
Syncthing for docker with automatic upgrades
- Host: GitHub
- URL: https://github.com/johnae/syncthing
- Owner: johnae
- Created: 2014-09-16T14:31:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T08:20:14.000Z (about 8 years ago)
- Last Synced: 2025-01-31T13:12:43.080Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Syncthing in Docker
Example usage:
```
docker run -d -e VERSION=0.9.15 -e USER_UID=1337 -e USER_GID=1337 --volumes-from=somename -p 8080:8080 -p 22000:22000
```