Changed the comment about the config location
parent
10ffaf0f4f
commit
04cd62dd3e
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue