Skip to content

Commit

Permalink
docs: reformat user password
Browse files Browse the repository at this point in the history
  • Loading branch information
pipech committed Nov 22, 2023
1 parent 9e32dbd commit c7a57fe
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit c7a57fe

Please sign in to comment.