Skip to content

Commit

Permalink
Update docker-compose to MySQL 5.7 (#908)
Browse files Browse the repository at this point in the history
See #906
  • Loading branch information
matiasgarciaisaia authored Nov 17, 2022
1 parent 216f0e0 commit cd74912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.0'

services:
db:
image: mysql:5.6
image: mysql:5.7
environment:
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
MYSQL_USER: resourcemap
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.0'

services:
db:
image: mysql:5.6
image: mysql:5.7
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
volumes:
Expand Down

0 comments on commit cd74912

Please sign in to comment.