Skip to content

Commit

Permalink
Renamed variable with a more correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Nov 6, 2024
1 parent 34b3959 commit fc44ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
chrome:
image: selenium/node-chrome:4.8.0
container_name: ddev-${DDEV_SITENAME}-chrome
shm_size: ${SELENIUM_SHM_SIZE:-256M}
shm_size: ${CHROME_SHM_SIZE:-256M}
depends_on:
- hub
environment:
Expand Down

0 comments on commit fc44ed1

Please sign in to comment.