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 17a9388 commit 03c639f
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 @@ -16,4 +16,4 @@ Current PHPMyAdmin Version 4.3.8
`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 `
`docker run -d --link phpmyadmin-mysql:mysql -e MYSQL_USERNAME=root --name phpmyadmin -p 80 corbinu/docker-phpmyadmin`

0 comments on commit 03c639f

Please sign in to comment.