From c7a57fe34b0e654dd69f88100bacf4b2475b686e Mon Sep 17 00:00:00 2001 From: Poranut Chollavorn Date: Wed, 22 Nov 2023 10:38:36 +0700 Subject: [PATCH] docs: reformat user password --- README.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c1915f9..433b980 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,6 @@ By using Docker, we can pre-build images and push them to [Docker hub](https://hub.docker.com/r/pipech/erpnext-docker-debian/). This ensures that usable images are always available, and you can select the version that best suits your needs. -## User & Password - -``` -# Website -U: administrator -P: 12345 - -# MariaDB -U: root -P: 12345 -``` - ## Usage ### Trial Setup @@ -60,6 +48,13 @@ bench start For best practices in a production environment, [Official Frappe Docker](https://github.com/frappe/frappe_docker). +## User & Password + +``` +ERPNext | U: administrator P: 12345 +MariaDB | U: root P: 12345 +``` + ## Build Process For detailed information on the build process, please review the [`Dockerfile`](./Dockerfile) and [`.github/workflows/push-docker.yml`](./.github/workflows/push-docker.yml).