From a8e7d9f3abc31bfd01cf4c5d5890de037961bb22 Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:40:11 +0800 Subject: [PATCH] PR feedback - use the correct variable Co-authored-by: forevermatt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e1b26..8d84dc6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ will overwrite variables set in the execution environment. No metadata files are included by default. All metadata configuration must be provided by using ssp-base as a base image and adding files to the -`/data/vendor/simplesamlphp/simplesamlphp/metadata` directory. `SSP_BASE` is defined by +`/data/vendor/simplesamlphp/simplesamlphp/metadata` directory. `SSP_PATH` is defined by ssp-base as shorthand for `/data/vendor/simplesamlphp/simplesamlphp`. ```Dockerfile