Changed the comment about the config location

pull/281/head
Philipp Rintz 2018-10-12 15:57:46 +02:00 committed by GitHub
parent 10ffaf0f4f
commit 04cd62dd3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -11,9 +11,10 @@ services:
mode: 0444 mode: 0444
environment: environment:
- NODE_TLS_REJECT_UNAUTHORIZED=0 - NODE_TLS_REJECT_UNAUTHORIZED=0
# Where the authelia volume is to be mounted. Mounted in a subdirectory to host both the users_database and storage at the same time. # Where the authelia volume is to be mounted. To only use a single volume, the minimal config needs to be changed to read the users_database.yml also from this subdirectory.
# Otherwise a second volume will need to be configured here to mount the users_database.yml.
volumes: volumes:
- authelia:/etc/authelia/volume - authelia:/etc/authelia/storage
networks: networks:
- overlay - overlay
deploy: deploy: