After trying it seems that the environment variable accepts a dictionary. So for example to supply MYSQL_ROOT_PASSWORD=sam you would have to supply: ``` environment = {"MYSQ_ROOT_PASSWORD": "sam"} ```