From 326a763343b64bce3296f94c4265872e17574a33 Mon Sep 17 00:00:00 2001 From: Philipp Rintz <13933258+p-rintz@users.noreply.github.com> Date: Fri, 12 Oct 2018 07:39:04 +0200 Subject: [PATCH] Changed example file location for users_database If using Docker as a medium for Authelia, having both the storage and users_database in one directory is preferable due to only one volume being needed. /etc/authelia cant be this directory, since there are other files in there, hence the subdirectory. --- config.minimal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.minimal.yml b/config.minimal.yml index 8fcef184..43156dc0 100644 --- a/config.minimal.yml +++ b/config.minimal.yml @@ -5,7 +5,7 @@ authentication_backend: file: # The path to the database file. The file is at the root of the repo. - path: /etc/authelia/users_database.yml + path: /etc/authelia/volume/users_database.yml session: # The secret to encrypt the session cookies with.