From 3fd3915b3e929742d8007109fd4c7b4a345eb0fa Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:25:09 +0000 Subject: [PATCH] docs: README.md update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c1632f..6c0140e 100644 --- a/README.md +++ b/README.md @@ -166,11 +166,11 @@ docker compose -f docker-compose.yml up -d or individually ```shell -docker run --name redis -d redis:alpine3.17 +docker run --name redis -d redis:alpine3.18 ``` ```shell -docker run --name postgres -e POSTGRES_PASSWORD=never_use_this_password_in_production -d postgres:alpine3.17 +docker run --name postgres -e POSTGRES_PASSWORD=never_use_this_password_in_production -d postgres:alpine3.18 ``` ```shell