-
-
Notifications
You must be signed in to change notification settings - Fork 806
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
docs: boolean value in docker-compose examples not deserializable in env variables #4130
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I noticed it works fine in mine without quotes, but I think it's because I use list syntax instead of map syntax? Maybe it's undefined behavior? Who knows, I can barely find docs about it.
Would we be able to use double quotes? Only because we already have the port in double quotes.
docs/docs/documentation/getting-started/installation/postgres.md
Outdated
Show resolved
Hide resolved
…env variables (mealie-recipes#4130) Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
…env variables (mealie-recipes#4130) Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
…env variables (mealie-recipes#4130) Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
What type of PR is this?
What this PR does / why we need it:
Booleans values in docker-compose environment variables are not deserializable and results in an error like this
Which issue(s) this PR fixes:
N/A