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 b45f5e1 commit 57ab39eCopy full SHA for 57ab39e
README.md
@@ -14,16 +14,16 @@ Template for building FastAPI Asynchronous applications with PostgreSQL
14
After cloning the repository, go to it.
15
1. DOCKER COMPOSE
16
```
17
- docker-compose up
+ docker compose up -d --build
18
19
20
21
2. RUN FRIST MIGRATION
22
23
- docker-compose exec app alembic revision --autogenerate -m "first migration"
24
- docker-compose exec app alembic upgrade head
+ docker compose exec app alembic revision --autogenerate -m "first migration"
+ docker compose exec app alembic upgrade head
25
26
- 3. Please turn on the LISTEN Docs app. `0.0.0.0:8081/docs`
+ 3. Please turn on the LISTEN Docs app. `0.0.0.0:8000/docs`
27
28
29
0 commit comments