Skip to content

Commit

Permalink
Remove SHM volume mount in favour of using docker compose shm_size
Browse files Browse the repository at this point in the history
  • Loading branch information
omarlopesino committed Feb 13, 2023
1 parent d03f642 commit f07a432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.override.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ services:

chrome:
volumes:
- /dev/shm:/dev/shm
- ./:/var/www/html:cached # User-guided caching

backstopjs:
Expand Down

1 comment on commit f07a432

@rsanzante
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to add more information on this:
Increasing SHM size is recommended in the Docker images for Selenium Grid, see https://github.com/SeleniumHQ/docker-selenium#quick-start

Please sign in to comment.