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: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,8 +220,6 @@ services:
220
220
rpcs3:
221
221
image: lscr.io/linuxserver/rpcs3:latest
222
222
container_name: rpcs3
223
-
security_opt:
224
-
- seccomp:unconfined #optional
225
223
environment:
226
224
- PUID=1000
227
225
- PGID=1000
@@ -240,7 +238,6 @@ services:
240
238
```bash
241
239
docker run -d \
242
240
--name=rpcs3 \
243
-
--security-opt seccomp=unconfined `#optional` \
244
241
-e PUID=1000 \
245
242
-e PGID=1000 \
246
243
-e TZ=Etc/UTC \
@@ -265,7 +262,6 @@ Containers are configured using parameters passed at runtime (such as those abov
265
262
|`-e TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
266
263
|`-v /config`| Users home directory in the container, stores local files and settings |
267
264
|`--shm-size=`| This is needed for RPCS3 to function. |
268
-
|`--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. |
269
265
270
266
## Environment variables from files (Docker secrets)
271
267
@@ -429,4 +425,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
- {name: "shm-size", name_compose: "shm_size", value: "1gb", desc: "This is needed for RPCS3 to function."}
32
-
# optional variables
33
-
opt_security_opt_param: true
34
-
opt_security_opt_param_vars:
35
-
- {run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker."}
36
29
# Selkies blurb settings
37
30
selkies_blurb: true
38
31
show_nvidia: true
@@ -112,4 +105,5 @@ init_diagram: |
112
105
"rpcs3:latest" <- Base Images
113
106
# changelog
114
107
changelogs:
108
+
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
0 commit comments