Skip to content

Commit 5fdafb3

Browse files
authored
docs: fixed .env.dev path
1 parent 88c7c03 commit 5fdafb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Turron is structured into 6 microservices, each with bounded responsibilities:
156156
```
157157
4. Start the dev environment with Docker Compose:
158158
```sh
159-
docker-compose --env-file .env.dev up
159+
docker-compose --env-file .config/secrets.env.dev up
160160
```
161161
5. Verify services are running:
162162
```sh

0 commit comments

Comments
 (0)