68 lines
1.2 KiB
Markdown
68 lines
1.2 KiB
Markdown
---
|
|
name: Help
|
|
about: Ask for help
|
|
title: 'Help: FILL THIS TEXT!'
|
|
labels: ":pray: help wanted"
|
|
assignees:
|
|
|
|
---
|
|
|
|
<!---
|
|
⚠️ If this about a Docker configuration problem or another service:
|
|
Start a discussion at https://github.com/qdm12/gluetun/discussions/new
|
|
OR I WILL INSTA-CLOSE YOUR ISSUE.
|
|
-->
|
|
|
|
<!---
|
|
⚠️ Answer the following or I'll insta-close your issue
|
|
-->
|
|
|
|
**Is this urgent?**: No
|
|
|
|
**Host OS** (approximate answer is fine too): Ubuntu 18
|
|
|
|
**CPU arch** or **device name**: amd64
|
|
|
|
**What VPN provider are you using**:
|
|
|
|
**What is the version of the program** (See the line at the top of your logs)
|
|
|
|
```
|
|
Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)
|
|
```
|
|
|
|
**What's the problem** 🤔
|
|
|
|
That feature doesn't work
|
|
|
|
**Share your logs... (careful to remove in example tokens)**
|
|
|
|
```log
|
|
|
|
PASTE YOUR LOGS
|
|
IN THERE
|
|
|
|
```
|
|
|
|
**What are you using to run your container?**: Docker Compose
|
|
|
|
<!---
|
|
💡 You can highlight your code with https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlight
|
|
-->
|
|
|
|
Please also share your configuration file:
|
|
|
|
```yml
|
|
your .yml
|
|
content
|
|
in here
|
|
```
|
|
|
|
or
|
|
|
|
```sh
|
|
# your docker
|
|
# run command
|
|
# in here
|
|
```
|