Skip to content

Commit

Permalink
docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoamaro committed Aug 19, 2013
1 parent 1a740be commit cf8c9fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ And run the container, connecting port 80:
sudo docker run -d -t -p 80:80 <yourname>/drupal
```
That's it!
Visit in a webrowser, on http://localhost/
Visit http://localhost/ in your webrowser.

Note: you cannot have port 80 already used or the container will not start.
In that case you can start by setting: `-p 8080:80`
Expand All @@ -35,9 +35,9 @@ In that case you can start by setting: `-p 8080:80`

### Credentials

ROOT MYSQL_PASSWORD will be on /mysql-root-pw.txt
DRUPAL MYSQL PASSWORD will be on /drupal-db-pw.txt
Drupal account-name=admin & account-pass=admin
* ROOT MYSQL_PASSWORD will be on /mysql-root-pw.txt
* DRUPAL MYSQL PASSWORD will be on /drupal-db-pw.txt
* Drupal account-name=admin & account-pass=admin


## More docker awesomeness
Expand Down

0 comments on commit cf8c9fd

Please sign in to comment.