Skip to content

Commit 4fb84e1

Browse files
Bot Updating Documentation
1 parent db563f2 commit 4fb84e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/images/docker-firefox.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ services:
216216
firefox:
217217
image: lscr.io/linuxserver/firefox:latest
218218
container_name: firefox
219-
security_opt:
220-
- seccomp:unconfined #optional
221219
environment:
222220
- PUID=1000
223221
- PGID=1000
@@ -237,7 +235,6 @@ services:
237235
```bash
238236
docker run -d \
239237
--name=firefox \
240-
--security-opt seccomp=unconfined `#optional` \
241238
-e PUID=1000 \
242239
-e PGID=1000 \
243240
-e TZ=Etc/UTC \
@@ -281,7 +278,6 @@ Containers are configured using parameters passed at runtime (such as those abov
281278
| Parameter | Function |
282279
| :-----: | --- |
283280
| `--shm-size=` | This is needed for any modern website to function like youtube. |
284-
| `--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. |
285281

286282
## Environment variables from files (Docker secrets)
287283

0 commit comments

Comments
 (0)