increasing shm size to prevent selenium crashes
fixes Jxck-S/plane-notify#65
This commit is contained in:
parent
fb4ed68b15
commit
155f125874
|
@ -2,6 +2,7 @@ version: "3.9"
|
|||
services:
|
||||
plane-notify:
|
||||
platform: linux/amd64
|
||||
shm_size: 2gb
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue