Skip to content

Commit

Permalink
Merge pull request #31 from czuli/Adminer
Browse files Browse the repository at this point in the history
Add docker image Adminer
  • Loading branch information
mjstealey committed Oct 7, 2019
2 parents c5ef49d + c87e60e commit 31a01ba
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 @@ -44,3 +44,11 @@ services:
depends_on:
- wordpress
restart: always

adminer:
image: adminer
restart: always
links:
- mysql
ports:
- 8080:8080

0 comments on commit 31a01ba

Please sign in to comment.