diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-06-19 18:42:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-19 18:42:04 +0200 |
| commit | bfc2386c9ef6c7b58cc9b9d1c185d1ff8add31f6 (patch) | |
| tree | ed18278f6fb23024b713fe985eeed37b06446431 /docs | |
| parent | 3e8e690683690486df32ee71101ff75458aab5e6 (diff) | |
| download | wiki-bfc2386c9ef6c7b58cc9b9d1c185d1ff8add31f6.tar.gz wiki-bfc2386c9ef6c7b58cc9b9d1c185d1ff8add31f6.tar.bz2 wiki-bfc2386c9ef6c7b58cc9b9d1c185d1ff8add31f6.zip | |
Fix typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/database-only-quick-setup.md | 2 |
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`. |
