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