Skip to content

Commit fbfee6e

Browse files
authored
fix: path to docker-compose file in readme
1 parent 9b3aed8 commit fbfee6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services:
5858
Then run the Docker Compose file:
5959
6060
```bash
61-
docker compose -f docker-compose.dev.yml up --build --detach
61+
docker compose -f ./dev/docker-compose.dev.yml up --build --detach
6262
```
6363

6464
Finally _exec_ into the running container:

0 commit comments

Comments
 (0)