--- name: "\U0001F41B Bug report" about: Something is not working? Create a report to help us improve title: '' labels: bug assignees: '' --- ### ISSUE TYPE - Bug Report ### Checklist * [ ] `.env` file is attached * [ ] `./check-config.sh` output is added below * [ ] `docker-compose logs` output is added below * [ ] `docker-compose.override.yml` is attached (if exists) * [ ] Custom configs from `cfg/` dir are attached (if exist) * [ ] I've looked through the docs: https://devilbox.readthedocs.io/en/latest/ * [ ] I've looked through existing issues: https://github.com/cytopia/devilbox/issues * [ ] I've read troubleshooting: https://devilbox.readthedocs.io/en/latest/support/troubleshooting.html ### OS / ENVIRONMENT 1. Host operating system and version: 2. (Windows only) Native Docker or Docker Toolbox: 3. Docker version: 4. Docker Compose version: 5. (Linux) Is SELinux enabled?: 6. What git commit hash are you on?: ### SUMMARY ### STEPS TO REPRODUCE ### EXPECTED BEHAVIOUR ### ACTUAL BEHAVIOUR ### OTHER INFORMATION #### Start command ``` $ docker-compose up... ``` #### Outputs ```bash $ ./check-config.sh <<< REPLACE THIS LINE WITH OUTPUT FROM ABOVE COMMAND >>> ``` ```bash $ docker-compose logs <<< REPLACE THIS LINE WITH OUTPUT FROM ABOVE COMMAND >>> ```