docksal / addons

Community driven, submit your addon! Docksal addons that can be installed via `fin addon install` command.
MIT License
16 stars 34 forks source link

Fixes #56 for the MailHog addon … #58

Closed frederickjh closed 4 years ago

frederickjh commented 4 years ago

… using "mail" but it was set to "webmail". It appears that this has been for some time been overridden to the subdomain "mail" upstream in docksal/docksal in stacks/services.yml. This was changed in the upstream project from webmail to mail in version 1.7.0.

In order for the domain name to change for the MailHog addon this will need to change the label in docksal/docksal/ stacks/services.yml on this line to:

- io.docksal.virtual-host=mail.${VIRTUAL_HOST},mail-${VIRTUAL_HOST}.*

replacing the period with at dash.

frederickjh commented 4 years ago

Sorry, This is already in MailHog. I forgot to pull in upstream before starting development.