Skip to content

Commit c3f013d

Browse files
authored
Update README.md (SeleniumHQ#1089)
fix HUB_HOST for Docker-Compose V2
1 parent b05304e commit c3f013d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ services:
115115
depends_on:
116116
- selenium-hub
117117
environment:
118-
HUB_HOST: hub
118+
HUB_HOST: selenium-hub
119119

120120
firefox:
121121
image: selenium/node-firefox:4.0.0-alpha-6-20200721
@@ -124,7 +124,7 @@ services:
124124
depends_on:
125125
- selenium-hub
126126
environment:
127-
HUB_HOST: hub
127+
HUB_HOST: selenium-hub
128128

129129
opera:
130130
image: selenium/node-opera:4.0.0-alpha-6-20200721
@@ -133,7 +133,7 @@ services:
133133
depends_on:
134134
- selenium-hub
135135
environment:
136-
HUB_HOST: hub
136+
HUB_HOST: selenium-hub
137137

138138
selenium-hub:
139139
image: selenium/hub:4.0.0-alpha-6-20200721

0 commit comments

Comments
 (0)