chore: update syncthing
This commit is contained in:
parent
ac62e63e8e
commit
f709c32e6e
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
services:
|
||||
syncthing:
|
||||
image: syncthing/syncthing:1.30.0
|
||||
image: syncthing/syncthing:2.0.10
|
||||
container_name: syncthing
|
||||
hostname: white-syncthing
|
||||
environment:
|
||||
- PUID=1873
|
||||
- PGID=1873
|
||||
volumes:
|
||||
- /opt/data/syncthing/data:/var/syncthing
|
||||
- /opt/docker-containers/syncthing/data:/var/syncthing
|
||||
ports:
|
||||
- 8384:8384 # Web UI
|
||||
- 22000:22000/tcp # TCP file transfers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue