1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

docs: fix list numbers

This commit is contained in:
Ahmed 2021-12-31 23:35:38 +01:00 committed by GitHub
parent 65306b981e
commit 98b47880b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ The are numbers of ways you can run Unleash.
docker network create unleash
```
3. Start a postgres database:
2. Start a postgres database:
```sh
docker run -d -e POSTGRES_PASSWORD=some_password \