Skip to content

Commit

Permalink
Update database docker (#241)
Browse files Browse the repository at this point in the history
* Update docker databases

* Trigger
  • Loading branch information
Thellior authored and robacarp committed Jun 27, 2018
1 parent 13d5fc0 commit 6407b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ services:
- pg
- mysql
pg:
image: postgres:9.5
image: postgres:10.4
mysql:
image: mysql:5.6
image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: pass
MYSQL_DATABASE: test
Expand Down

0 comments on commit 6407b52

Please sign in to comment.