Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Corbin Uselton committed Jan 25, 2015
1 parent d5ad3d7 commit 17a9388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Current PHPMyAdmin Version 4.3.8

## Start MySQL

`docker run --name phpmyadmin-mysql -e MYSQL_ROOT_PASSWORD=mysecretpassword -d mysql`
`docker run --name phpmyadmin-mysql -e MYSQL_ROOT_PASSWORD=password -d mysql`

## Start PHPMyAdmin
`docker run -d --link mysql:mysql -e MYSQL_USERNAME=root --name phpmyadmin -p 80 corbinu/docker-phpmyadmin `

0 comments on commit 17a9388

Please sign in to comment.