rasodu / DLEMP

0 stars 0 forks source link

Use MySQL setup info from '.env' file #13

Open rasodu opened 8 years ago

rasodu commented 8 years ago

All environment values passed to 'mysql' service should be picked up from '.env' file. All these environment value should have default value, so if these values are not defined then the service will start with default settings. At this point docker-compose doesn't support setting default value for environment value. So wait until the feature is implemented.