From 632f2f34b6dd5db1c49062a20cf0fea0534cec57 Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 13 Feb 2025 13:10:29 +0300 Subject: [PATCH] chore(docker): Using alpine versions of nginx and postgrte --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 0956982..38541e3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: nginx: - image: nginx:latest + image: nginx:alpine ports: - '80:80' - '443:443'