Skip to content

Commit

Permalink
Use MySQL 5
Browse files Browse the repository at this point in the history
8 is causing issues
  • Loading branch information
Alexander Mancevice committed Apr 24, 2018
1 parent dfc64b4 commit c9afa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
volumes:
- redis:/data
mysql:
image: mysql
image: mysql:5
restart: always
environment:
MYSQL_ROOT_PASSWORD: superset
Expand Down

0 comments on commit c9afa75

Please sign in to comment.