Skip to content

Commit

Permalink
Updated readme to fit better with MySQL setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenBoersma committed Jul 31, 2018
1 parent edeb073 commit 8b7f198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ git clone [email protected]:JeroenBoersma/docker-compose-development.git developmen
```
2. Run `bin/dev setup`
This will automaticly create a root user with a random password and adds your user with restricted rights.


* persistant MySQL on a location of your choice.
If you were already using this repository before (or want a local directory), you can map the existing volume with:
```
mkdir -p mysql;
Expand Down

0 comments on commit 8b7f198

Please sign in to comment.