docs: readme

This commit is contained in:
Jack Wills
2022-05-29 23:59:20 +00:00
parent e497f3f2d9
commit 7c7248a63a
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
### Docs
+ Readme one-liner to download & install latest version, []
+ Readme one-liner to download & install latest version, [11d5ba361ee4c11d080f1c3c14d8bb677cbfd1fc]
### Fixes
+ Help panel typo, [e497f3f2d9e1dca99469860c2e728c99e29353ad]
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.0.4'>v0.0.4</a>
### 2022-05-08
+1 -1
View File
@@ -90,7 +90,7 @@ using docker-compose.yml;
or individually
```docker run --name redis -d redis:alpine3.15```
```docker run --name redis -d redis:alpine3.16```
```docker run --name postgres -e POSTGRES_PASSWORD=never_use_this_password_in_production -d postgres:alpine```