From bfc2386c9ef6c7b58cc9b9d1c185d1ff8add31f6 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Wed, 19 Jun 2019 18:42:04 +0200 Subject: Fix typo --- docs/database-only-quick-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/database-only-quick-setup.md') 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`. -- cgit