From db25dde1f4b786675b832d00958699187ef9a78f Mon Sep 17 00:00:00 2001 From: Petter Rasmussen Date: Wed, 3 Feb 2021 19:33:29 +0100 Subject: [PATCH] Add section about optional config --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9cb828f..c3b23f5 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,10 @@ See [docs/install](docs/install) | DOCKER_CONTAINER_CAP_DROP | <space separated list> | List of capabilies to drop | | RUN_MAX_EXECUTION_TIME | <seconds> | Maximum number of seconds a container is allowed to run | | RUN_MAX_OUTPUT_SIZE | <bytes> | Maximum number of bytes allowed from the output of a run | + + +#### Optional + +| Variable name | Type | Description | +|:---------------------------------------|:------------------------------|:-----------------------------------------------------------------------------| +| DEBUG_KEEP_CONTAINER | <bool> | Don't remove the container after run is completed (for debugging) |