You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,12 @@ In the `./apps` directory:
45
45
46
46
## Docker Compose Setup
47
47
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)
By using multiple Dockerfiles in Docker Compose, we can manage complex multi-container applications where each service has its own environment and build process.
0 commit comments