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: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,9 @@ This is very much a passion project from someone without a ton of knowledge on t
27
27
- The app pulls releases from the GitHub API every 1 hour, which should provide enough requests for your needs without a GitHub token (but it is recommended to add one).
28
28
29
29
## Docker Compose
30
-
31
-
> [!NOTE]
32
-
> The container runs as root, but has the option to run rootless. Read the Important note carefully.
33
-
34
30
- Create a directory and add a `docker-compose.yaml` file with the following contents:
35
31
36
-
```
32
+
```yaml
37
33
services:
38
34
patchpeek:
39
35
image: ghcr.io/ldannijs/patchpeek:latest
@@ -50,7 +46,7 @@ services:
50
46
> [!IMPORTANT]
51
47
> To run the container as rootless, uncomment the line as seen in the compose file, and then make sure you run:
0 commit comments