Skip to content

Commit

Permalink
adding phpmyadmin to help with general stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbluepiano authored Nov 8, 2019
1 parent c8eacb8 commit 77dddf1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ services:
- 80:80
volumes:
- ./html:/var/www/html

phpmyadmin:
image: phpmyadmin/phpmyadmin:latest
ports:
- '8080:80'
environment:
PMA_HOST: mysql
MYSQL_ROOT_PASSWORD: password

0 comments on commit 77dddf1

Please sign in to comment.