docs: README.md update

This commit is contained in:
Jack Wills
2023-10-18 10:25:09 +00:00
parent e6eecbbdce
commit 3fd3915b3e
+2 -2
View File
@@ -166,11 +166,11 @@ docker compose -f docker-compose.yml up -d
or individually or individually
```shell ```shell
docker run --name redis -d redis:alpine3.17 docker run --name redis -d redis:alpine3.18
``` ```
```shell ```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 ```shell