fixated syncthing on version 1.23 in docker compose
This commit is contained in:
parent
5afc14edf4
commit
1110b667bc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
syncthing:
|
syncthing:
|
||||||
image: lscr.io/linuxserver/syncthing:latest
|
image: lscr.io/linuxserver/syncthing:1.23
|
||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
hostname: syncthing
|
hostname: syncthing
|
||||||
environment:
|
environment:
|
||||||
|
|
Reference in a new issue