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-mame.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
@@ -207,8 +207,6 @@ services:
207
207
mame:
208
208
image: lscr.io/linuxserver/mame:latest
209
209
container_name: mame
210
-
security_opt:
211
-
- seccomp:unconfined #optional
212
210
environment:
213
211
- PUID=1000
214
212
- PGID=1000
@@ -228,7 +226,6 @@ services:
228
226
```bash
229
227
docker run -d \
230
228
--name=mame \
231
-
--security-opt seccomp=unconfined `#optional` \
232
229
-e PUID=1000 \
233
230
-e PGID=1000 \
234
231
-e TZ=Etc/UTC \
@@ -272,7 +269,6 @@ Containers are configured using parameters passed at runtime (such as those abov
272
269
| Parameter | Function |
273
270
| :-----: | --- |
274
271
|`--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. |
276
272
277
273
## Environment variables from files (Docker secrets)
0 commit comments