diff --git a/README.md b/README.md index 19452f0..091e41d 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Download the `pdf-export.json` [from this repo](https://raw.githubusercontent.co ```yaml security_opt: - - seccomp=/path/to/pdf-export.json + - seccomp=/path/to/pdf-export.json ``` The original source for this seccomp profile is [here](https://github.com/jessfraz/dotfiles/blob/master/etc/docker/seccomp/chrome.json). diff --git a/readme-vars.yml b/readme-vars.yml index 2aea4e3..fadcdbb 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -38,7 +38,7 @@ app_setup_block: | ```yaml security_opt: - - seccomp=/path/to/pdf-export.json + - seccomp=/path/to/pdf-export.json ``` The original source for this seccomp profile is [here](https://github.com/jessfraz/dotfiles/blob/master/etc/docker/seccomp/chrome.json).