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
environment:
- 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:
- authelia:/etc/authelia/volume
- authelia:/etc/authelia/storage
networks:
- overlay
deploy:
@ -28,7 +29,7 @@ services:
# How many replicas are wanted. Can be any number >0 up to however many nodes are available.
replicas: 1
placement:
constraints:
constraints:
- node.role == worker
#The volume for authelia needs to be configured. There are many drivers available. Such as local storage, ceph-rdb, nfs, cifs etc.