mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
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.
This commit is contained in:
parent
323848736a
commit
326a763343
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user