Skip to content

Commit a38b5e3

Browse files
committed
Use Compose Specification
1 parent feafe85 commit a38b5e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Project template for Python projects + uv + Vertical Slice Architecture
55
# Execute project
66

77
```bash
8-
docker compose --file docker-compose-dev.yaml up --detach
8+
docker compose --file compose-dev.yaml up --detach
99
```
1010

1111
**Visual Studio Code -> Run and Debug -> api** (or `uv run -- fastapi dev src/python_template/api/main.py`)
1212

1313
```bash
14-
docker compose --file docker-compose-dev.yaml down --volumes
14+
docker compose --file compose-dev.yaml down --volumes
1515
```
1616

1717
# Reasonings

0 commit comments

Comments
 (0)