summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/database-only-quick-setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/database-only-quick-setup.md b/docs/database-only-quick-setup.md
index a67d346..7e6c0fd 100644
--- a/docs/database-only-quick-setup.md
+++ b/docs/database-only-quick-setup.md
@@ -41,7 +41,7 @@ docker-compose up -id ac-database
The default password will be `password` and the default port will be `3306`.
-If you want to chance those values, run the following:
+If you want to chance those values, run the following instead:
```
DB_EXTERNAL_PORT=9000 DB_ROOT_PASSWORD=root docker-compose up ac-database