@@ -17,9 +17,6 @@ development_versions: false
1717# container parameters
1818common_param_env_vars_enabled : true
1919param_container_name : " {{ project_name }}"
20- param_usage_include_env : true
21- param_env_vars :
22- - {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London."}
2320param_usage_include_vols : true
2421param_volumes :
2522 - {vol_path: "/config", vol_host_path: "/path/to/config", desc: "Users home directory in the container, stores program settings."}
@@ -28,6 +25,8 @@ param_usage_include_ports: true
2825param_ports :
2926 - {external_port: "3000", internal_port: "3000", port_desc: "Double Commander desktop gui HTTP, must be proxied."}
3027 - {external_port: "3001", internal_port: "3001", port_desc: "Double Commander desktop gui HTTPS."}
28+ custom_params :
29+ - {name: "shm-size", name_compose: "shm_size", value: "1gb", desc: "Recommended for all desktop images."}
3130# Selkies blurb settings
3231selkies_blurb : true
3332show_nvidia : true
@@ -107,6 +106,7 @@ init_diagram: |
107106 "doublecommander:latest" <- Base Images
108107# changelog
109108changelogs :
109+ - {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
110110 - {date: "28.07.25:", desc: "Fix CPU usage bug by disabling fake udev."}
111111 - {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
112112 - {date: "05.07.24:", desc: "Add rar, 7zip, ace, and arj archive support."}
0 commit comments