You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/images/docker-firefox.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,8 +216,6 @@ services:
216
216
firefox:
217
217
image: lscr.io/linuxserver/firefox:latest
218
218
container_name: firefox
219
-
security_opt:
220
-
- seccomp:unconfined #optional
221
219
environment:
222
220
- PUID=1000
223
221
- PGID=1000
@@ -237,7 +235,6 @@ services:
237
235
```bash
238
236
docker run -d \
239
237
--name=firefox \
240
-
--security-opt seccomp=unconfined `#optional` \
241
238
-e PUID=1000 \
242
239
-e PGID=1000 \
243
240
-e TZ=Etc/UTC \
@@ -281,7 +278,6 @@ Containers are configured using parameters passed at runtime (such as those abov
281
278
| Parameter | Function |
282
279
| :-----: | --- |
283
280
|`--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. |
285
281
286
282
## Environment variables from files (Docker secrets)
0 commit comments