-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker compose not set SESSION_SECURE_COOKIE #482
Labels
Comments
|
How it can be set in docker compose file ?
|
|
I don't know why but environment not apply parameter. I fix it with next steps: 1 Than I add missing parameter:
4 This solved issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When I add to .env variable SESSION_SECURE_COOKIE=true after creation compose containers it not implement.
In webUI validation present error "Set SESSION_SECURE_COOKIE=true and run lnms config:cache"
If try add it directly to container
docker exec librenms echo "SESSION_SECURE_COOKIE=true" >> .env
and rundocker exec librenms lnms config:cache
it also not working.How it can be set in docekr compose instalation ?
The text was updated successfully, but these errors were encountered: