Updated syncthing

This commit is contained in:
Ash Leece 2020-09-17 13:27:36 +01:00
parent df53205544
commit 37981fde1a
2 changed files with 2 additions and 3 deletions

1
syncthing/.env.example Normal file
View File

@ -0,0 +1 @@
PORT=<changme>

View File

@ -1,5 +1,3 @@
---
version: "2"
services:
syncthing:
@ -13,7 +11,7 @@ services:
- config:/config
- data:/data:rw
ports:
- 8003:8384
- ${PORT}:8384
- 22000:22000
- 21027:21027/udp
restart: unless-stopped