From 30d0d5d2c0fc2bc05bca5adea97d0c5e52f944c9 Mon Sep 17 00:00:00 2001 From: Birkhoff Lee Date: Sun, 14 May 2017 23:34:34 +0800 Subject: [PATCH] clarify database credential --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f07d36e..6db14d3 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ After deploying the containers, open up the corresponding URL in your web browse By default, the web server will be available at `0.0.0.0:80`, means if you deployed it on you own computer, the URL is gonna be `http://localhost`. Instead, if you did it on a remote server, the URL would be `http://`. -Follow the install instructions. When the database configuration page shows up, fill in `nameless_db` for the *database address*. For database username, password and database name, fill `nameless` for all of them. +Follow the install instructions. When the database configuration page shows up, fill in `nameless_db` for the *database address*. For database username, password and database name, fill `nameless` for all of them, if you used default database credentials. When you're done, submit and follow the rest of installation.