Skip to content

Commit 088da31

Browse files
committed
fix docs to run docker postgres service
1 parent 21f00f4 commit 088da31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Start a local PostgreSQL instance with Docker:
3535

3636
```bash
3737
docker run -d \
38-
--name salvo_postgres \
38+
--name fastapi_postgres \
3939
-e POSTGRES_USER=darix \
4040
-e POSTGRES_PASSWORD=6775212952 \
41-
-e POSTGRES_DB=salvo_postgres \
41+
-e POSTGRES_DB=fastapi_postgres \
4242
-p 5432:5432 \
4343
postgres:latest
4444
```

0 commit comments

Comments
 (0)