summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2019-06-10 17:13:22 +0200
committerGitHub <noreply@github.com>2019-06-10 17:13:22 +0200
commit31e119db6010958e9a3116d5a29bdbcade6f8910 (patch)
tree1c2d5c8ff6000587153635f907142a85e9fbc60e
parent5c45e0649e91e475c0726ce1764023a554cf475b (diff)
downloadwiki-31e119db6010958e9a3116d5a29bdbcade6f8910.tar.gz
wiki-31e119db6010958e9a3116d5a29bdbcade6f8910.tar.bz2
wiki-31e119db6010958e9a3116d5a29bdbcade6f8910.zip
Update database-only-quick-setup.md
-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