Skip to content

Commit 9f2226d

Browse files
Bot Updating Documentation
1 parent ad02979 commit 9f2226d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/images/docker-mame.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ services:
207207
mame:
208208
image: lscr.io/linuxserver/mame:latest
209209
container_name: mame
210-
security_opt:
211-
- seccomp:unconfined #optional
212210
environment:
213211
- PUID=1000
214212
- PGID=1000
@@ -228,7 +226,6 @@ services:
228226
```bash
229227
docker run -d \
230228
--name=mame \
231-
--security-opt seccomp=unconfined `#optional` \
232229
-e PUID=1000 \
233230
-e PGID=1000 \
234231
-e TZ=Etc/UTC \
@@ -272,7 +269,6 @@ Containers are configured using parameters passed at runtime (such as those abov
272269
| Parameter | Function |
273270
| :-----: | --- |
274271
| `--shm-size=` | This is needed for MAME to function. |
275-
| `--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. |
276272

277273
## Environment variables from files (Docker secrets)
278274

0 commit comments

Comments
 (0)