You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,5 +72,5 @@ body:
72
72
label: Trace Logs have been provided as applicable
73
73
description: Trace logs are **generally required** and are not optional for all bug reports and contain `trace`. Info logs are invalid for bug reports and do not contain `debug` nor `trace`
74
74
options:
75
-
- label: I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain `trace` - that are relevant and show this issue.
75
+
- label: I have read and followed the steps in the documentation link and provided the required trace logs - the logs contain `trace` - that are relevant and show this issue.
Copy file name to clipboardExpand all lines: docs/docs/guides/rclone.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,18 +62,26 @@ Create a `config.json` file in `/opt/decypharr/` with your Decypharr configurati
62
62
63
63
```
64
64
65
+
### Docker Compose Setup
66
+
67
+
- Check your current user and group IDs by running `id -u` and `id -g` in your terminal. You can use these values to set the `PUID` and `PGID` environment variables in the Docker Compose file.
68
+
- You should also set `user` to your user ID and group ID in the Docker Compose file to ensure proper file permissions.
69
+
65
70
Create a `docker-compose.yml` file with the following content:
0 commit comments