Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

MCLOUD-6898: Add option to customize port for MailHog #7860

Merged
merged 7 commits into from
Sep 11, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/cloud/docker/docker-quick-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ docker-compose -f docker-compose.yml -f docker-compose-custom.yml [-f more-custo
| [Mode][] | `--mode`, `-m` | production, developer
| [File synchronization engine][] | `--sync-engine` | native (default), docker-sync, mutagen
| Specify a custom URL for Magento | `--host`<br>`--port`
| Specify custom HTTP and SMTP ports for MailHog | `--mailhog-http-port`<br>`--mailhog-smtp-port`

{:.bs-callout-info}
See [Service versions] for a list of service configuration options you can add to the `ece-docker build:compose` command to customize the Cloud Docker environment configuration.
Expand Down