From 2a8e5b90f5a8e6f219da3be4fcd11446391e8ad5 Mon Sep 17 00:00:00 2001 From: Matthew Rider Date: Fri, 28 Jun 2024 22:03:48 +0200 Subject: [PATCH] Fix incorrect image annotation --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 08f3d9b49..cf134fe00 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: depends_on: [ signal ] signal: - image: bbernhard/signal-cli-rest-api:85 + image: bbernhard/signal-cli-rest-api:0.85 environment: - MODE=native #- AUTO_RECEIVE_SCHEDULE=0 22 * * * #enable this parameter on demand (see description below)