mirror of https://github.com/status-im/migrate.git
- Using double quotes for parameter in docker-compose - to be more aligned with master repository
This commit is contained in:
parent
8865262a03
commit
dec52a778f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue