Skip to content

Commit

Permalink
Added phpMyAdmin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Silva committed Oct 12, 2016
1 parent 7fdadb9 commit dfa5058
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Expand Up @@ -31,3 +31,10 @@ services:
MYSQL_DATABASE: database_name
MYSQL_USER: user
MYSQL_PASSWORD: password
phpmyadmin:
image: phpmyadmin/phpmyadmin:latest
ports:
- 8090:80
environment:
PMA_HOST: mysql
PMA_PORT: 3306

0 comments on commit dfa5058

Please sign in to comment.