2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-24 07:38:33 +00:00

Merge pull request #37 from reilly3000/patch-1

Updated README.md to clarify initial admin password
This commit is contained in:
Ameya Shenoy 2018-05-04 23:40:21 +05:30 committed by GitHub
commit 6e8bb9a142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,8 @@ For more info on how to build this docker container refer to this [Wiki](https:/
To login to Frappe / ERPNext, open your browser and go to `[your-external-ip]:8000`, probably `localhost:8000`
The default username is "Administrator" and password is what you set when you created the new site.
The default username is "Administrator" and password is what you set when you created the new site. The default admin password is set in common_site_config.json, and is set to 'admin' in this docker image.
## Built With
* [Docker](https://www.docker.com/)