Hi guys,
I just pulled and updated image tvial/docker-mailserver:v2 and started seeing this in the logs:
mail_1 |
mail_1 | #
mail_1 | #
mail_1 | # docker-mailserver
mail_1 | #
mail_1 | #
mail_1 |
mail_1 | Initializing setup
mail_1 | Checking configuration
mail_1 | Configuring mail server
mail_1 | Error: Please fix your configuration. Exiting...
myapp_mail_1 exited with code 1
I'm using docker-compose.yml. Nothing has been changed in the config since the last docker-compose up around a month ago; all was working perfectly in the time-being.
Given that the image was updated just three hours ago, can it be some newly introduced bug or a backwards-compatibility issue? Others may struggle with the same thing as me I guess.
Hi guys,
I just pulled and updated image
tvial/docker-mailserver:v2and started seeing this in the logs:I'm using
docker-compose.yml. Nothing has been changed in the config since the lastdocker-compose uparound a month ago; all was working perfectly in the time-being.Given that the image was updated just three hours ago, can it be some newly introduced bug or a backwards-compatibility issue? Others may struggle with the same thing as me I guess.