Skip to content

Commit 6509699

Browse files
committed
MCLOUD-6898: Add option to customize port for MailHog
1 parent 9a35a53 commit 6509699

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Service/ServiceFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ class ServiceFactory
132132
'version' => 'latest',
133133
'pattern' => self::PATTERN_STD,
134134
'config' => [
135-
'restart' => 'always',
136135
'ports' => [
137136
'1025:1025',
138137
'8025:8025'

src/Test/Integration/_files/cloud_base/docker-compose.exp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ services:
170170
mailhog:
171171
hostname: mailhog.magento2.docker
172172
image: 'mailhog/mailhog:latest'
173-
restart: always
174173
ports:
175174
- '1025:1025'
176175
- '8025:8025'

src/Test/Integration/_files/custom_cloud_base/docker-compose.exp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ services:
136136
mailhog:
137137
hostname: mailhog.magento2.test
138138
image: 'mailhog/mailhog:latest'
139-
restart: always
140139
ports:
141140
- '1026:1025'
142141
- '8026:8025'

0 commit comments

Comments
 (0)