Skip to content

Commit c7a57fe

Browse files
committed
docs: reformat user password
1 parent 9e32dbd commit c7a57fe

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414

1515
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.
1616

17-
## User & Password
18-
19-
```
20-
# Website
21-
U: administrator
22-
P: 12345
23-
24-
# MariaDB
25-
U: root
26-
P: 12345
27-
```
28-
2917
## Usage
3018

3119
### Trial Setup
@@ -60,6 +48,13 @@ bench start
6048

6149
For best practices in a production environment, [Official Frappe Docker](https://github.com/frappe/frappe_docker).
6250

51+
## User & Password
52+
53+
```
54+
ERPNext | U: administrator P: 12345
55+
MariaDB | U: root P: 12345
56+
```
57+
6358
## Build Process
6459

6560
For detailed information on the build process, please review the [`Dockerfile`](./Dockerfile) and [`.github/workflows/push-docker.yml`](./.github/workflows/push-docker.yml).

0 commit comments

Comments
 (0)