🐛fix(): fix wrong pwd in demo

Signed-off-by: ehlxr <ehlxr.me@gmail.com>
master
ehlxr 2018-03-30 18:47:01 +08:00
parent 80cee69b6e
commit 570c261d3c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ docker-compose build
docker run -it --name mysql -p 3306:3306 -v $(pwd)/db-data:/data -e MYSQL_DATABASE=admin -e MYSQL_USER=ehlxr -e MYSQL_PASSWORD=prY6KaQC -e MYSQL_ROOT_PASSWORD=eDWyvjS2 ehlxr/alpine-mysql
```
> It will create a new db(default is `admin`) whith user `ehlxr` set password is `prY6KaQC`, and set mysql root password(default is `#Q*2.&tY`)
> It will create a new db(default is `admin`) whith user `ehlxr` set password is `prY6KaQC`, and set mysql root password(default is `eDWyvjS2`)
# Usage (docker-compose)
```