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
@@ -300,12 +291,8 @@ Containers are configured using parameters passed at runtime (such as those abov
300
291
|`-e PUID=1000`| for UserID - see below for explanation |
301
292
|`-e PGID=1000`| for GroupID - see below for explanation |
302
293
|`-e TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
303
-
|`-e SUBFOLDER=/`| Specify a subfolder to use with reverse proxies, IE `/subfolder/`|
304
-
|`-e TITLE=Webtop`| String which will be used as page/tab title in the web browser. |
305
294
|`-v /config`| abc users home directory |
306
-
|`-v /var/run/docker.sock`| Docker Socket on the system, if you want to use Docker in the container |
307
-
|`--shm-size=`| We set this to 1 gig to prevent modern web browsers from crashing |
308
-
|`--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. |
295
+
|`--shm-size=`| Recommended for all desktop images. |
309
296
310
297
## Environment variables from files (Docker secrets)
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
52
-
# optional variables
53
-
opt_param_usage_include_env: true
54
-
opt_param_env_vars:
55
-
- {env_var: "SUBFOLDER", env_value: "/", desc: "Specify a subfolder to use with reverse proxies, IE `/subfolder/`"}
56
-
- {env_var: "TITLE", env_value: "Webtop", desc: "String which will be used as page/tab title in the web browser."}
57
-
opt_param_usage_include_vols: true
58
-
opt_param_volumes:
59
-
- {vol_path: "/var/run/docker.sock", vol_host_path: "/var/run/docker.sock", desc: "Docker Socket on the system, if you want to use Docker in the container"}
60
-
opt_custom_params:
61
-
- {name: "shm-size", name_compose: "shm_size", value: "1gb", desc: "We set this to 1 gig to prevent modern web browsers from crashing"}
62
-
opt_security_opt_param: true
63
-
opt_security_opt_param_vars:
64
-
- {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."}
49
+
custom_params:
50
+
- {name: "shm-size", name_compose: "shm_size", value: "1gb", desc: "Recommended for all desktop images."}
0 commit comments