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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,11 @@ Start and configure:
88
88
By default, this will use the name of the directory as the project name. In the case of a shared Docker host, it is possible to override the project name using
89
89
90
90
$ docker compose up -p my_project -d
91
+
92
+
* Stop devspace using `docker compose`:
91
93
94
+
$ docker compose -f docker-compose.yml down
95
+
92
96
* Depending on the ssh key, you might have to run the following comment in the ``test-integration`` container. For example:
0 commit comments