mirror of
https://github.com/linuxserver/docker-socket-proxy.git
synced 2026-01-17 10:42:21 +08:00
* Initial LSIO release * Fix restarts description * Add docker socket (fairly important) * Remove inapplicable note about /config * Don't run CI tests because they will always fail * Remove baseimage notes * Pass haproxy version as FROM arg * Default to lts image if no arg is passed * Remove network * Support disabling ipv6, fix missing config options * Use main as default branch * Remove unused grpc env
69 lines
1.9 KiB
YAML
69 lines
1.9 KiB
YAML
# Based on the issue template
|
|
name: Bug report
|
|
description: Create a report to help us improve
|
|
title: "[BUG] <title>"
|
|
labels: [Bug]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing issue for this?
|
|
description: Please search to see if an issue already exists for the bug you encountered.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Current Behavior
|
|
description: Tell us what happens instead of the expected behavior.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: Tell us what should happen.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps To Reproduce
|
|
description: Steps to reproduce the behavior.
|
|
placeholder: |
|
|
1. In this environment...
|
|
2. With this config...
|
|
3. Run '...'
|
|
4. See error...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Environment
|
|
description: |
|
|
examples:
|
|
- **OS**: Ubuntu 20.04
|
|
- **How docker service was installed**: distro's packagemanager
|
|
value: |
|
|
- OS:
|
|
- How docker service was installed:
|
|
render: markdown
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Docker creation
|
|
description: |
|
|
Command used to create docker container
|
|
Provide your docker create/run command or compose yaml snippet, or a screenshot of settings if using a gui to create the container
|
|
render: bash
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
description: |
|
|
Provide a full docker log, output of "docker logs socket-proxy"
|
|
label: Container logs
|
|
placeholder: |
|
|
Output of `docker logs socket-proxy`
|
|
render: bash
|
|
validations:
|
|
required: true
|