From d8ab36839918b9cebe05eb56c9a69a5b10c5b963 Mon Sep 17 00:00:00 2001 From: "K. Andrew Parker" Date: Sat, 21 Aug 2021 17:52:09 -0700 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cf52a060..fe51a4216 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ If you have non-OPL content, it can be mounted as a volume at `/usr/app/private` --mount type=bind,source=/pathToYourLocalContentRoot,target=/usr/app/private \ ``` -A default configuration file is included in the container, but it can be overridden by mounting a replacement at the application root. +A default configuration file is included in the container, but it can be overridden by mounting a replacement at the application root. This is necessary if, for example, you want to run the container in `production` mode. ``` - --mount type=bind,source=/pathToYour/configuration_file.conf,target=/usr/app/render_app.conf \ + --mount type=bind,source=/pathToYour/render_app.conf,target=/usr/app/render_app.conf \ ``` ## LOCAL INSTALL ###