mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 20:28:46 -05:00
28 lines
525 B
Markdown
28 lines
525 B
Markdown
---
|
|
name: Help request
|
|
about: If there is anything wrong with your setup
|
|
title: ''
|
|
labels: setup issue
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Version
|
|
Please provide your current version (can be found on the system page since v0.8.4)
|
|
Version:
|
|
|
|
### Issue
|
|
Please describe your problem here
|
|
|
|
### `.env`
|
|
Please include your `.env` config file (**make sure to remove/replace all secrets**)
|
|
```
|
|
env content
|
|
```
|
|
|
|
### `docker-compose.yml`
|
|
When running with docker compose please provide your `docker-compose.yml`
|
|
```
|
|
docker-compose.yml content
|
|
```
|