From 9f2226d0bbfae65b14f8a8ed85f220746e684e41 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 23 Sep 2025 18:33:42 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-mame.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/images/docker-mame.md b/docs/images/docker-mame.md index f7bf3a164f..87c8d1606e 100644 --- a/docs/images/docker-mame.md +++ b/docs/images/docker-mame.md @@ -207,8 +207,6 @@ services: mame: image: lscr.io/linuxserver/mame:latest container_name: mame - security_opt: - - seccomp:unconfined #optional environment: - PUID=1000 - PGID=1000 @@ -228,7 +226,6 @@ services: ```bash docker run -d \ --name=mame \ - --security-opt seccomp=unconfined `#optional` \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ @@ -272,7 +269,6 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :-----: | --- | | `--shm-size=` | This is needed for MAME to function. | -| `--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. | ## Environment variables from files (Docker secrets)