From bd0202334c5f3e974daed87ccbe6d93208fb095b Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Thu, 2 Feb 2023 13:10:33 +0000 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5bd32..e45a497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Docs ++ AUR install instructions, thanks [orhun](https://github.com/orhun), [c5aa346bca139cc5ece1f4127293977924d16fca] + # v0.2.1 ### 2023-01-29 diff --git a/README.md b/README.md index ea806f9..07fd330 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,8 @@ using docker-compose.yml; or individually -```docker run --name redis -d redis:alpine3.16``` +```docker run --name redis -d redis:alpine3.17``` -```docker run --name postgres -e POSTGRES_PASSWORD=never_use_this_password_in_production -d postgres:alpine3.16``` +```docker run --name postgres -e POSTGRES_PASSWORD=never_use_this_password_in_production -d postgres:alpine3.17``` ```docker run -d --hostname my-rabbit --name rabbitmq rabbitmq:3```