summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 7e6c0fd..1ccba76 100644
--- a/docs/database-only-quick-setup.md
+++ b/docs/database-only-quick-setup.md
@@ -36,7 +36,7 @@ docker-compose up ac-database
Alternatively, you can pass the `-d` parameter to run this command in detach mode:
```
-docker-compose up -id ac-database
+docker-compose up -d ac-database
```
The default password will be `password` and the default port will be `3306`.