Skip to content

Commit 57ab39e

Browse files
committed
update readme
1 parent b45f5e1 commit 57ab39e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ Template for building FastAPI Asynchronous applications with PostgreSQL
1414
After cloning the repository, go to it.
1515
1. DOCKER COMPOSE
1616
```
17-
docker-compose up
17+
docker compose up -d --build
1818
1919
```
2020
2121
2. RUN FRIST MIGRATION
2222
```
23-
docker-compose exec app alembic revision --autogenerate -m "first migration"
24-
docker-compose exec app alembic upgrade head
23+
docker compose exec app alembic revision --autogenerate -m "first migration"
24+
docker compose exec app alembic upgrade head
2525
```
26-
3. Please turn on the LISTEN Docs app. `0.0.0.0:8081/docs`
26+
3. Please turn on the LISTEN Docs app. `0.0.0.0:8000/docs`
2727
2828
2929

0 commit comments

Comments
 (0)