From 4499daf35cd4d6aebaf84b8077029ac63f9e98b6 Mon Sep 17 00:00:00 2001 From: Birkhoff Lee Date: Tue, 28 Jul 2020 02:06:28 +0800 Subject: [PATCH] Update database address for deployment guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e4a2be..12940ac 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ $ docker-compose up -d When the containers are up, visit the website in a browser to start the installer. By default it listens on any interface, port 80. -When the database configuration page shows up, fill in `namelessmc_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 the database configuration page shows up, fill in `db` for the *database address*. For database username, password and database name, fill `nameless` for all of them, if you used default database credentials.