Browse Source

Merge pull request #66 from makrsmark/shm-fix

increasing shm size to prevent selenium crashes
pull/79/head
Jack Sweeney 2 years ago committed by GitHub
parent
commit
8d9e32965e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docker-compose.yml

1
docker-compose.yml

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

Loading…
Cancel
Save