mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Document cookies settings when using local Docker.
Secure Session Cookies must be disabled when running things locally and using localhost. Fix #979.
This commit is contained in:
parent
5cb53f1fce
commit
9b1dfa38f3
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ mail server and an external database:
|
|||
-e MAIL_USE_SSL=True \
|
||||
ihatemoney/ihatemoney
|
||||
|
||||
If you are running this locally, you might need to disable the secure session cookies, as they do not work locally. You need to pass `-e SESSION_COOKIE_SECURE=False` to docker run.
|
||||
|
||||
A volume can also be specified to persist the default database file:
|
||||
|
||||
docker run -d -p 8000:8000 -v /host/path/to/database:/database ihatemoney/ihatemoney
|
||||
|
|
Loading…
Reference in a new issue