Skip to content

Commit cd73994

Browse files
authored
Update README.md to include docker-compose version reminder
1 parent 562e014 commit cd73994

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ In the `./apps` directory:
4545

4646
## Docker Compose Setup
4747

48+
Ensure that you are currently using **Docker Compose v2** in your local Docker Desktop.
49+
- Launch your local Docker Desktop application
50+
- Click on settings button at the top right hand corner (beside the name)
51+
- Under the General tab, scroll down until you see a checkbox that says Use Docker Compose V2, ensure that the box is checked then apply and restart (refer to the image below)
52+
![Docker Compose V2](https://github.com/user-attachments/assets/3b8d47c2-c488-4fc1-804d-418ffebbdd9c)
53+
4854
By using multiple Dockerfiles in Docker Compose, we can manage complex multi-container applications where each service has its own environment and build process.
4955

5056
1. Build and Start the Application

0 commit comments

Comments
 (0)