- Using double quotes for parameter in docker-compose - to be more aligned with master repository

This commit is contained in:
dimag 2017-01-07 16:12:48 +02:00
parent 8865262a03
commit dec52a778f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ mysql:
image: mysql
environment:
MYSQL_DATABASE: migratetest
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
cassandra:
image: cassandra:2.2
mongo: