From 5c45e0649e91e475c0726ce1764023a554cf475b Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Mon, 10 Jun 2019 16:31:36 +0200 Subject: Update database-only-quick-setup.md --- docs/database-only-quick-setup.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/database-only-quick-setup.md') diff --git a/docs/database-only-quick-setup.md b/docs/database-only-quick-setup.md index 372d0a3..a67d346 100644 --- a/docs/database-only-quick-setup.md +++ b/docs/database-only-quick-setup.md @@ -46,3 +46,12 @@ If you want to chance those values, run the following: ``` DB_EXTERNAL_PORT=9000 DB_ROOT_PASSWORD=root docker-compose up ac-database ``` + +### Destroy the docker instance of the AC Database + +You can destroy the containers created with docker-compose using: + +``` +docker-compose down +``` + -- cgit