From 422761c58af4cff6ea47cceff45e4f8304820000 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sat, 3 Apr 2021 14:38:47 +0200 Subject: [PATCH] Pin docker image tag --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 4d99fd2..d556a0c 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "boky/postfix" + image: "boky/postfix:v3.0.0" networks: - proxy healthcheck: