Fix CSRF Login issues, adjust PAPERLESS_URL environment variable refe… (#7450)
This commit is contained in:
commit
729697db13
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ services:
|
|||
is_directory: true
|
||||
environment:
|
||||
- SERVICE_URL_PAPERLESS_8000
|
||||
- PAPERLESS_URL=$SERVICE_URL_PAPERLESS_8000
|
||||
- PAPERLESS_URL=$SERVICE_URL_PAPERLESS
|
||||
- PAPERLESS_ADMIN_PASSWORD=${SERVICE_PASSWORD_PAPERLESS}
|
||||
- PAPERLESS_ADMIN_USER=${SERVICE_USER_PAPERLESS}
|
||||
- PAPERLESS_REDIS=redis://redis:6379
|
||||
|
|
|
|||
Loading…
Reference in a new issue