# To Apply changes:
docker compose up -d --force-recreate app

#### Manual Password Reset Command
If you are locked out, use this command to manually set a new password for `sandbox@tmxintermodal.com`.
(Note: The system uses MD5 hashing, as seen in the code).

**Run this command:**
```bash
docker exec tmx-db mysql -u tmxuser -ptmxpass tmxdb -e "UPDATE company SET company_password = MD5('TmX!2026Setup') WHERE company_email = 'sandbox@tmxintermodal.com';"
```
*New password will be: `TmX!2026Setup`*

