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
+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```