diff options
| -rw-r--r-- | docs/database-only-quick-setup.md | 9 |
1 files changed, 9 insertions, 0 deletions
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 +``` + |
