Merge pull request #66 from makrsmark/shm-fix

increasing shm size to prevent selenium crashes
This commit is contained in:
Jack Sweeney 2022-10-24 22:17:37 -04:00 committed by GitHub
commit 8d9e32965e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ version: "3.9"
services: services:
plane-notify: plane-notify:
platform: linux/amd64 platform: linux/amd64
shm_size: 2gb
build: build:
context: . context: .
volumes: volumes: