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:
|
services:
|
||||||
plane-notify:
|
plane-notify:
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
|
shm_size: 2gb
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue