Skip to content

Commit 6c277d7

Browse files
authored
Update README.md
1 parent 0216481 commit 6c277d7

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,9 @@ This is very much a passion project from someone without a ton of knowledge on t
2727
- 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).
2828

2929
## Docker Compose
30-
31-
> [!NOTE]
32-
> The container runs as root, but has the option to run rootless. Read the Important note carefully.
33-
3430
- Create a directory and add a `docker-compose.yaml` file with the following contents:
3531

36-
```
32+
```yaml
3733
services:
3834
patchpeek:
3935
image: ghcr.io/ldannijs/patchpeek:latest
@@ -50,7 +46,7 @@ services:
5046
> [!IMPORTANT]
5147
> To run the container as rootless, uncomment the line as seen in the compose file, and then make sure you run:
5248
>
53-
> ```
49+
> ```bash
5450
> sudo chown -R 1000:1000 ./data
5551
> ```
5652

0 commit comments

Comments
 (0)