We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f00f4 commit 088da31Copy full SHA for 088da31
README.md
@@ -35,10 +35,10 @@ Start a local PostgreSQL instance with Docker:
35
36
```bash
37
docker run -d \
38
- --name salvo_postgres \
+ --name fastapi_postgres \
39
-e POSTGRES_USER=darix \
40
-e POSTGRES_PASSWORD=6775212952 \
41
- -e POSTGRES_DB=salvo_postgres \
+ -e POSTGRES_DB=fastapi_postgres \
42
-p 5432:5432 \
43
postgres:latest
44
```
0 commit comments