Skip to content

Commit c59c870

Browse files
Fixed incorrect port
1 parent 0bb2a8d commit c59c870

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ services:
110110
aliases:
111111
- magento2.docker
112112
environment:
113-
UPSTREAM_HOST: varnish
113+
- UPSTREAM_HOST=varnish
114+
- UPSTREAM_PORT=80
114115
ports:
115116
- '80:80'
116117
- '443:443'

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ services:
104104
aliases:
105105
- magento2.docker
106106
environment:
107-
UPSTREAM_HOST: varnish
107+
- UPSTREAM_HOST=varnish
108+
- UPSTREAM_PORT=80
108109
ports:
109110
- '80:80'
110111
- '4443:443'

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ services:
104104
aliases:
105105
- magento2.docker
106106
environment:
107-
UPSTREAM_HOST: varnish
107+
- UPSTREAM_HOST=varnish
108+
- UPSTREAM_PORT=80
108109
ports:
109110
- '80:80'
110111
- '4443:443'

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ services:
8484
aliases:
8585
- magento2.test
8686
environment:
87-
UPSTREAM_HOST: varnish
87+
- UPSTREAM_HOST=varnish
88+
- UPSTREAM_PORT=80
8889
ports:
8990
- '8080:80'
9091
- '443:443'

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ services:
109109
aliases:
110110
- magento2.test
111111
environment:
112-
UPSTREAM_HOST: varnish
112+
- UPSTREAM_HOST=varnish
113+
- UPSTREAM_PORT=80
113114
ports:
114115
- '8080:80'
115116
- '443:443'

0 commit comments

Comments
 (0)