Skip to content

Commit a05457a

Browse files
committed
syntax and readme updates
1 parent d5cf7dd commit a05457a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ services:
231231
firefox:
232232
image: lscr.io/linuxserver/firefox:latest
233233
container_name: firefox
234-
security_opt:
235-
- seccomp:unconfined #optional
236234
environment:
237235
- PUID=1000
238236
- PGID=1000
@@ -252,7 +250,6 @@ services:
252250
```bash
253251
docker run -d \
254252
--name=firefox \
255-
--security-opt seccomp=unconfined `#optional` \
256253
-e PUID=1000 \
257254
-e PGID=1000 \
258255
-e TZ=Etc/UTC \
@@ -279,7 +276,6 @@ Containers are configured using parameters passed at runtime (such as those abov
279276
| `-e FIREFOX_CLI=https://www.linuxserver.io/` | Specify one or multiple Firefox CLI flags, this string will be passed to the application in full. |
280277
| `-v /config` | Users home directory in the container, stores local files and settings |
281278
| `--shm-size=` | This is needed for any modern website to function like youtube. |
282-
| `--security-opt seccomp=unconfined` | For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker. |
283279

284280
## Environment variables from files (Docker secrets)
285281

readme-vars.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ custom_params:
3333
opt_param_usage_include_env: true
3434
opt_param_env_vars:
3535
- {env_var: "FIREFOX_CLI", env_value: "https://www.linuxserver.io/", desc: "Specify one or multiple Firefox CLI flags, this string will be passed to the application in full."}
36-
opt_security_opt_param: true
37-
opt_security_opt_param_vars:
38-
- {run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker."}
3936
# Selkies blurb settings
4037
selkies_blurb: true
4138
show_nvidia: true

0 commit comments

Comments
 (0)