mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-18 00:01:59 +01:00
doc: Include profile in 'down' command example
Ensures that no resources are left behind because of a remaining 'setup' container.
This commit is contained in:
@@ -262,7 +262,7 @@ Elasticsearch data is persisted inside a volume by default.
|
|||||||
In order to entirely shutdown the stack and remove all persisted data, use the following Docker Compose command:
|
In order to entirely shutdown the stack and remove all persisted data, use the following Docker Compose command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker compose down -v
|
docker compose --profile=setup down -v
|
||||||
```
|
```
|
||||||
|
|
||||||
### Version selection
|
### Version selection
|
||||||
|
|||||||
Reference in New Issue
Block a user