.github/ISSUE_TEMPLATE/5-docker.md
---
name: 'π³ Docker issues'
about: Docker issues
title: '[Docker] ...'
labels: 'Docker'
assignees: 'mariuszkrzaczkowski'
---
<!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
Oh hi there! π
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
Before you create a new issue, please check out our [manual] (https://doc.yetiforce.com/developer-guides/github/how-to-report-bugs)
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
-->
# π bug report
### βοΈ Describe the bug
<!-- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug. -->
<!-- Descriptions can be provided in English or Polish (remember to add [PL] for Polish in the title). -->
<!-- βοΈ-->
### π₯ How to trigger the error
<!-- If possible, please make a video using [ScreenToGif] (https://screentogif.codeplex.com/) or any other program used for recording actions from your desktop. -->
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### π Actual Behavior
<!-- Describe the result -->
### π Expected Behavior
<!-- Describe what you would want the result to be -->
### π¨βπ»οΈ Command to launch docker
```
...
```
### π PHP/Apache/Nginx/Browser/CRM Logs
<!-- Please send a part of logs that describes the circumstances when the error occurred to the following email address: github@yetiforce.com. The subject of the email MUST include your issue number.
DO NOT paste the logs in the issues, as they might contain sensitive info, such as credentials.
The more info you provide, the quicker we will be able to solve your problem.
Description how to enable logs can be found here: https://doc.yetiforce.com/developer-guides/debug
Additionally, include a screenshot of your browserβs console (e.g. press F12 in Google Chrome).
ex.
-->
<!-- βοΈποΈ attach files -->
- /var/www/html/cache/logs/system.log
- /var/www/html/cache/logs/errors.log
- /var/www/html/cache/logs/cron.log
- /var/log/nginx/error.log
- /var/log/nginx/localhost_error.log
- /var/log/nginx/php{php version}-fpm.log
- /var/log/mysql/error.log
### π Your Environment
<!--Describe the environment -->
<!-- βοΈ-->
| Environment | Version / Name |
| ----------------------------------- | -------------- |
| YetiForce |
| Web server (name and version) | |
| PHP | |
| Browser (name and version) | |
| Operating System (name and version) | |
| Database (name and version) | |
| Service Pack version | |
### β Additional context
Add any other context about the problem here.
<!-- Please check on your issue from time to time, in case we have questions or need some extra information. Issues that don't have enough info and can't be reproduced will be closed.--->
### βοΈ Inform the community if you solve the problem
<!-- If you solve the problem on your own, please inform the YetiForce community and explain what caused it and how you fixed it.--->