diff --git a/01 Projects/modcomms/Mod Comms.md b/01 Projects/modcomms/Mod Comms.md index a5e8d0e..ebc4853 100644 --- a/01 Projects/modcomms/Mod Comms.md +++ b/01 Projects/modcomms/Mod Comms.md @@ -248,6 +248,7 @@ npm run build ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-14 | Environment variable fix | Docker compose restart with --force-recreate, form submission handling | docker-compose.yml, .env | | 2026-05-14 | Docker container restart issue | Applied force-recreate flag to reload env_file, verified container key | docker-compose.yml, .env file | | 2026-05-14 | Ask a Question form | Form submission routing, .env.deploy.example values | .env.deploy.example, backend form handler | | 2026-05-14 | Profile question submission bug | Fix submission logic, update environment config | server files, .env.deploy.example | diff --git a/99 Daily/2026-05-14.md b/99 Daily/2026-05-14.md index 0d4ab5d..b75b737 100644 --- a/99 Daily/2026-05-14.md +++ b/99 Daily/2026-05-14.md @@ -50,3 +50,6 @@ tags: [daily] - 17:30 | `modcomms` - **Asked:** Asked a question not submitting in the profile section and requested investigation of where these questions are stored - **Done:** Identified docker container environment file wasn't being reloaded and applied force recreate flag to properly rebuild with updated env variables +- 17:32 | `modcomms` + - **Asked:** Check and fix a failing question submission issue in the profile section. + - **Done:** Fixed environment variable loading in Docker by using force-recreate flag to properly reload env_file on container restart.