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:
Alexis Métaireau 2022-03-07 16:39:56 +01:00 committed by Glandos
parent 5cb53f1fce
commit 9b1dfa38f3

View file

@ -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