summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2019-06-19 18:42:04 +0200
committerGitHub <noreply@github.com>2019-06-19 18:42:04 +0200
commitbfc2386c9ef6c7b58cc9b9d1c185d1ff8add31f6 (patch)
treeed18278f6fb23024b713fe985eeed37b06446431 /docs
parent3e8e690683690486df32ee71101ff75458aab5e6 (diff)
downloadwiki-bfc2386c9ef6c7b58cc9b9d1c185d1ff8add31f6.tar.gz
wiki-bfc2386c9ef6c7b58cc9b9d1c185d1ff8add31f6.tar.bz2
wiki-bfc2386c9ef6c7b58cc9b9d1c185d1ff8add31f6.zip
Fix typo
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`.