From 6d8de7777f5f46707e2198302c58e1f881601673 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Mon, 12 Sep 2022 11:56:10 +0200 Subject: [PATCH] Forgot to add shm (else java crashes) --- docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index a6563eb..4597119 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -35,6 +35,7 @@ services: geckodriver: # separate docker container for pdf-download. This hugely improves stability (and creates shorter build times for the containers) image: ${GECKODRIVER_IMG} + shm_size: 2gb environment: - START_VNC=${HEADFULL-false} # as opposed to headless, used when requiring supervision (eg. for websites that crash) - START_XVFB=${HEADFULL-false}