Skip to content

Commit 128b20a

Browse files
authored
Mount docker sock in compose ex. for Dynamic Grid
Fixes SeleniumHQ/selenium#10501 [skip ci]
1 parent c38937c commit 128b20a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose-v3-dynamic-grid.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
volumes:
99
- ./assets:/opt/selenium/assets
1010
- ./NodeDocker/config.toml:/opt/bin/config.toml
11+
- /var/run/docker.sock:/var/run/docker.sock
1112
depends_on:
1213
- selenium-hub
1314
environment:

0 commit comments

Comments
 (0)