We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ ./vendor/bin/ece-docker build:compose --mode="developer" --sync-engine="mutagen" --with-cron --mailhog-smtp-port=1025 --mailhog-http-port=8025
$ ./vendor/bin/ece-docker build:compose --mailhog-smtp-port=1025 --mailhog-http-port=8025
# ./vendor/bin/ece-docker 'build:compose' --mode=developer --sync-engine=mutagen --with-cron --mailhog-smtp-port=1025 --mailhog-http-port=8025 version: '2.1'
services: mailhog: hostname: mailhog.magento2.docker image: 'mailhog/mailhog:latest' ports: - '1025:1025' - '8025:8025' networks: magento: aliases: - mailhog.magento2.docker
mailhog service is missing from docker-compose.yml. We have to manually add it in docker-compose.override.yml.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preconditions
Steps to reproduce
$ ./vendor/bin/ece-docker build:compose --mode="developer" --sync-engine="mutagen" --with-cron --mailhog-smtp-port=1025 --mailhog-http-port=8025
OR simply run:$ ./vendor/bin/ece-docker build:compose --mailhog-smtp-port=1025 --mailhog-http-port=8025
Expected result
Actual result
mailhog service is missing from docker-compose.yml. We have to manually add it in docker-compose.override.yml.
The text was updated successfully, but these errors were encountered: