Open whokin opened 5 months ago
@whokin @nicksieger @rumpl ,
could you please review this pull request? I have made changes to address the database container crash issue. I would appreciate your feedback on the compose.yaml
configuration and the updates to README.md
. Thank you!
While following the official tutorial at the documentation hints to add the database password file as an environment variable to the server service and specify the secret file to use.
However, some users might overlook that documentation instructions and uncomment the preset code without manually adding the environment variable. Failing to modify the compose.yaml leads to the database container to fail, preventing the user to complete the tutorial.
Adding the code in the commented out section would make following the tutorial more straightforward.
Error upon launching the container