From 31e119db6010958e9a3116d5a29bdbcade6f8910 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Mon, 10 Jun 2019 17:13:22 +0200 Subject: Update database-only-quick-setup.md --- docs/database-only-quick-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit