Bot Updating Documentation

This commit is contained in:
LinuxServer-CI 2025-09-23 18:33:42 +00:00
parent ad02979329
commit 9f2226d0bb
No known key found for this signature in database

View File

@ -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)