mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-15 11:20:43 +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:
|
||||
|
||||
```sh
|
||||
docker compose down -v
|
||||
docker compose --profile=setup down -v
|
||||
```
|
||||
|
||||
### Version selection
|
||||
|
||||
Reference in New Issue
Block a user