Skip to content

Commit e8cc516

Browse files
authored
Line to stop devspace
1 parent 295b425 commit e8cc516

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ Start and configure:
8888
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
8989
9090
$ docker compose up -p my_project -d
91+
92+
* Stop devspace using `docker compose`:
9193
94+
$ docker compose -f docker-compose.yml down
95+
9296
* Depending on the ssh key, you might have to run the following comment in the ``test-integration`` container. For example:
9397
$ docker exec -it devspace-testintegration-1 bash
9498
$ ssh -T git@github.com

0 commit comments

Comments
 (0)