updated README

This commit is contained in:
chabad360 2018-08-02 10:22:53 -07:00 committed by GitHub
parent bf0affbae7
commit 2c6dd9272f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,9 +69,9 @@ depends_on:
```
Express dependency between services, which has two effects:
1. docker-compose up will start services in dependency order. In the following example, mariadb and redis will be started before frappe.
1. `docker-compose up -d` will start services in dependency order. In the following example, mariadb and redis will be started before frappe.
2. docker-compose up SERVICE will automatically include SERVICEs dependencies. In the following example, docker-compose up docker_frappe will also create and start mariadb and redis.
2. docker-compose up SERVICE will automatically include SERVICEs dependencies. In the following example, `docker-compose up -d frappe` will also create and start mariadb and redis.
### Installation
@ -118,7 +118,7 @@ Express dependency between services, which has two effects:
For more info on how to build this docker container refer to this [Wiki](https://github.com/chabad360/frappe_docker/wiki/Hitchhiker's-guide-to-building-this-frappe_docker-image)
To login to Frappe / ERPNext, open your browser and go to `[your-external-ip]:8000`, probably `localhost:8000`
To login to Frappe / ERPNext, open your browser and go to `[your-external-ip]:8000`, or `localhost:8000`
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.