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
After the image is built, you can run it using a special Docker Compose profile _(make sure you stop the application if you're running it from Gradle or IDE)_:
91
+
After the image is built, you can run it using a special Docker Compose profile _(make sure you stop the application if
92
+
you're running it from Gradle or IDE)_:
93
+
84
94
```bash
85
95
docker compose --profile include-course-hub up
86
96
```
87
97
88
98
### Cleanup
89
99
90
-
Keep in mind that containers will keep running in the background even after you stop the application. To stop and remove the containers, run:
100
+
Keep in mind that containers will keep running in the background even after you stop the application. To stop and remove
101
+
the containers, run:
102
+
91
103
```bash
92
104
docker compose --profile include-course-hub down -v
0 commit comments