Update Syncthing version
This commit is contained in:
parent
fc65fc847d
commit
c28ed6dad0
|
@ -0,0 +1 @@
|
||||||
|
docker-compose.yml##hostname.dkr01
|
|
@ -2,7 +2,7 @@ version: "3.0"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
syncthing:
|
syncthing:
|
||||||
image: syncthing/syncthing:1.22.2
|
image: syncthing/syncthing:1.23.6
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.0"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
syncthing:
|
syncthing:
|
||||||
image: syncthing/syncthing:1.22.2
|
image: syncthing/syncthing:1.23.6
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
|
|
Loading…
Reference in New Issue