docs: changelog

This commit is contained in:
Jack Wills
2023-02-02 13:10:33 +00:00
parent af048154a3
commit bd0202334c
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,3 +1,6 @@
## Docs
+ AUR install instructions, thanks [orhun](https://github.com/orhun), [c5aa346bca139cc5ece1f4127293977924d16fca]
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.2.1'>v0.2.1</a>
### 2023-01-29
+2 -2
View File
@@ -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```