Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Commit 1094b55

Browse files
authored
Merge pull request #8 from linuxserver/fix-readme
2 parents c1b4758 + 1f8222b commit 1094b55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Download the `pdf-export.json` [from this repo](https://raw.githubusercontent.co
7070

7171
```yaml
7272
security_opt:
73-
- seccomp=/path/to/pdf-export.json
73+
- seccomp=/path/to/pdf-export.json
7474
```
7575
7676
The original source for this seccomp profile is [here](https://github.com/jessfraz/dotfiles/blob/master/etc/docker/seccomp/chrome.json).

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ app_setup_block: |
3838
3939
```yaml
4040
security_opt:
41-
- seccomp=/path/to/pdf-export.json
41+
- seccomp=/path/to/pdf-export.json
4242
```
4343
4444
The original source for this seccomp profile is [here](https://github.com/jessfraz/dotfiles/blob/master/etc/docker/seccomp/chrome.json).

0 commit comments

Comments
 (0)