These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.2 KiB

  1. # Syncthing
  2. This is a dockerized version of a syncthing server.
  3. The official container and documentation was made by [linuxserver](https://hub.docker.com/r/linuxserver/syncthing).
  4. ## Environment-variables
  5. Set the following variables with the -e tag.
  6. | Name | Usage | Default |
  7. | --------- | ---------------- | ------- |
  8. | PUID | UserID | |
  9. | PGID | GroupID | |
  10. | TZ | Timezone | |
  11. | UMASK_SET | setting usermask | |
  12. ## Volumes
  13. Set the following volumes with the -v tag.
  14. | Volume-Name | Container mount | Description |
  15. | ---------------- | --------------- | ----------------------------------------------- |
  16. | syncthing_config | /config | storage for config and possible downloaded data |
  17. ## Ports
  18. Set the following ports with the -p tag.
  19. | Container Port | Recommended outside port | Protocol | Description |
  20. | -------------- | ------------------------ | -------- | ------------------ |
  21. | 8384 | 8384 | TCP | WebUI |
  22. | 22000 | 22000 | TCP | Syncthing internal |
  23. | 21027 | 21027 | UDP | Syncthing internal |