Docker Compose Override
Edit docker-compose.override.yml for project test
Tips
- Override file extends the main docker-compose.yml
- Use to add volumes, ports, or environment variables
- Changes are merged with the main compose file
- Restart the project after saving to apply changes