Skip to content

Commit b0100a9

Browse files
singularopingers
authored andcommitted
Don't use mac style networking on linux. (#63)
1 parent e9c4a01 commit b0100a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ services:
8989

9090
selenium:
9191
image: selenium/standalone-chrome:3.141.59-oxygen
92-
network_mode: host
9392
volumes:
9493
- /dev/shm:/dev/shm
94+
networks:
95+
- default

0 commit comments

Comments
 (0)