mirror of
https://github.com/kevinpapst/kimai2.git
synced 2024-12-22 12:18:29 +00:00
5f4b6d3cfa
- Added: calendar entry title combination for customer, project and activity - Added: show not_invoiced and not_exported data in detail screens - Added: force logout if user is disabled - Added: reduced amount of database queries on several screens - Fixed: open-close status on work-contract screen for users without configuration - Fixed: failsafe order/orderBy in query if manually manipulated to be null - Fixed: unify statistic calculation (not_invoiced and not_exported) across screens - Tech: bump packages - Tech: Symfony 6.4
41 lines
1.5 KiB
YAML
41 lines
1.5 KiB
YAML
name: Docker issue
|
|
description: Experiencing an issue with your Docker Setup?
|
|
labels: [ "docker" ]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for reporting an issue with your docker setup! This form will guide you to create a useful issue report.
|
|
- type: textarea
|
|
id: describe
|
|
attributes:
|
|
label: Describe the problem
|
|
description: >
|
|
Please provide a clear and concise description of what the issue is and the steps to reproduce the behaviour:
|
|
1. Start the container '...'
|
|
2. Click on '....'
|
|
3. See error xyz
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Describe your setup and add your Docker compose file (redact your credentials)
|
|
description: >
|
|
Your working environment:
|
|
- OS: [e.g. Linux, Windows, Mac]
|
|
- Docker version: [e.g. 19.03.2]
|
|
- Docker compose version: [e.g. 1.21.0]
|
|
|
|
Docker compose file:
|
|
version: '3.5'
|
|
services:
|
|
image: ...
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: command
|
|
attributes:
|
|
label: Command used to run the container
|
|
description: e.g. docker run -v ....
|