From 6997b53e24b91e1d70a1294ffdebb19ff8152e45 Mon Sep 17 00:00:00 2001 From: Adam W Zheng Date: Tue, 21 Nov 2017 10:51:37 -0600 Subject: [PATCH] Include new 1.15.0 locales directory for volume mounts section --- 1.15.0/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/1.15.0/README.md b/1.15.0/README.md index 37af8ab..750c9ee 100644 --- a/1.15.0/README.md +++ b/1.15.0/README.md @@ -51,15 +51,17 @@ This will vary greatly depending on use. A compose file similar to a production | Directory | Opinion | | ------ | ------ | -| /var/simplesamlphp/attributemap | -- | +| /var/simplesamlphp/attributemap | Mount if additional mappings are needed. | | /var/simplesamlphp/bin | Probably should not be volume mounted. | +| /var/simplesamlphp/cache | -- | | /var/simplesamlphp/cert | Should always be volume mounted. | | /var/simplesamlphp/config | Should probably not be volume mounted as its mostly configured by docker. | | /var/simplesamlphp/config-templates | -- | -| /var/simplesamlphp/dictionaries | Can be mounted for customized user messages. | +| /var/simplesamlphp/dictionaries | Depreciated as of 1.15.0. Use locales instead. | | /var/simplesamlphp/docs | -- | | /var/simplesamlphp/extra | -- | | /var/simplesamlphp/lib | -- | +| /var/simplesamlphp/locales | Mount for customized user messages and translations. | | /var/simplesamlphp/log | If using docker log redirection (not working yet), this cannot be volume mounted. If docker logs write to a file, this should be volume mounted so logs do not grow inside the container. | | /var/simplesamlphp/metadata | Should always be volume mounted, very specific to organization. | | /var/simplesamlphp/metadata-templates | -- |