Skip to content

Commit

Permalink
docs: README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Oct 18, 2023
1 parent e6eecbb commit 3fd3915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ docker compose -f docker-compose.yml up -d
or individually

```shell
docker run --name redis -d redis:alpine3.17
docker run --name redis -d redis:alpine3.18
```

```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
Expand Down

0 comments on commit 3fd3915

Please sign in to comment.