Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Took 3 minutes
  • Loading branch information
fabio-ivona committed Sep 22, 2021
1 parent 02b9473 commit 54f7da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Containers/SeleniumChrome.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class SeleniumChrome extends Container{
];

protected array $volumes = [
'/dev/shm:/dev/shm'
'/dev/shm' => '/dev/shm'
];
}

0 comments on commit 54f7da2

Please sign in to comment.