Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 21ec8a6

Browse files
committed
Touch up docker-compose command documentation. [ci skip]
1 parent fc45e93 commit 21ec8a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/other/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ After the Drupal VM container is running, you should be able to see the Dashboar
6363

6464
> Note: If you see Drupal's installer appear when accessing the site, that means the codebase was found, but either the database connection details are not in your local site configuration, or they are, but you don't have the default database populated yet. You may need to load in the database either via `drush sql-sync` or by importing a dump into the container. The default credentials are `drupal` and `drupal` for username and password, and `drupal` for the database name.
6565
66-
You can stop the containers with `docker-compose stop`, or remove all their configuration with `docker-compose down`.
66+
You can stop the container with `docker-compose stop` (and start it again with `docker-compose start`), or remove all the configuration with `docker-compose down` (warning: this will also wipe out the database and other local container modifications).
6767

6868
### Using Drush inside Docker
6969

@@ -123,4 +123,4 @@ Drupal VM includes an `example.docker-compose.yml` file. To use the file, copy i
123123

124124
docker-compose up -d
125125

126-
(The `-d` tells `docker-compose` to start the containers and run in the background.) You can stop the containers with `docker-compose stop`, or remove all their configuration with `docker-compose down`.
126+
(The `-d` tells `docker-compose` to start the containers and run in the background.) You can stop the container with `docker-compose stop` (and start it again with `docker-compose start`), or remove all the configuration with `docker-compose down` (warning: this will also wipe out the database and other local container modifications).

0 commit comments

Comments
 (0)