From 5d1823f88a81f61b36a5511b4bc922d14e19ad9e Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sat, 30 Sep 2023 23:07:00 +0200 Subject: [PATCH] Fix reference to 1.11 image --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 114efb4..9ce753f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: lsmb: depends_on: - postgres - image: ghcr.io/ledgersmb/ledgersmb:1.10 + image: ghcr.io/ledgersmb/ledgersmb:1.11 # In order to store the configuration outside the image, allowing it to # be edited between container restarts, uncomment the section below and # change the 'source' to the directory where you want the configuration