From 6d73d1d23de412a2efada9318706d1585fc38c44 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 5 Apr 2021 11:47:52 +0200 Subject: [PATCH] Pin nginx version --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index cbe1214..2c89b48 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: web: - image: "nginx:stable" + image: "nginx:1.19.2" environment: - DOMAIN=${DOMAIN} configs: