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:
|
services:
|
||||||
syncthing:
|
syncthing:
|
||||||
image: syncthing/syncthing:1.30.0
|
image: syncthing/syncthing:2.0.10
|
||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
hostname: white-syncthing
|
hostname: white-syncthing
|
||||||
environment:
|
environment:
|
||||||
- PUID=1873
|
- PUID=1873
|
||||||
- PGID=1873
|
- PGID=1873
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/data/syncthing/data:/var/syncthing
|
- /opt/docker-containers/syncthing/data:/var/syncthing
|
||||||
ports:
|
ports:
|
||||||
- 8384:8384 # Web UI
|
- 8384:8384 # Web UI
|
||||||
- 22000:22000/tcp # TCP file transfers
|
- 22000:22000/tcp # TCP file transfers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue