Skip to content

Commit

Permalink
use host network mode for chrome server image
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Aug 8, 2024
1 parent 6050491 commit d94b7b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@ services:
chrome-server:
image: selenium/standalone-chrome:112.0-chromedriver-112.0-grid-4.9.0-20230421
shm_size: 2g
ports:
- "4444:4444"
- "7900:7900"
network_mode: 'host'
# ports:
# - "4444:4444"
# - "7900:7900"

volumes:
mysql-data:
Expand Down

0 comments on commit d94b7b4

Please sign in to comment.