From e716b77bcf9a52e796d1f9d65642e3325e184a9f Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sun, 27 Dec 2020 11:34:36 +0200 Subject: [PATCH] Pin Wallabag image version --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 7e8f752..a473633 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: wallabag/wallabag + image: wallabag/wallabag:2.3.8 environment: # Prevent database creation (handled by MySQL service) - POPULATE_DATABASE="false"