-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated readme to fit better with MySQL setup
- Loading branch information
1 parent
edeb073
commit 8b7f198
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|