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
project_blurb: "[Bambu Studio]({{ project_url }}) Bambu Studio is an open-source, cutting-edge, feature-rich slicing software. It contains project-based workflows, systematically optimized slicing algorithms, and an easy-to-use graphical interface, bringing users an incredibly smooth printing experience."
- {env_var: "DARK_MODE", env_value: "true", desc: "Set this to true to enable dark mode for Bambu Studio."}
20
+
- {env_var: "DARK_MODE", env_value: "true", desc: "Set this to true to enable dark mode for Bambu Studio."}
24
21
param_usage_include_vols: true
25
22
param_volumes:
26
-
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Users home directory in the container, stores program settings and files."}
23
+
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Users home directory in the container, stores program settings and files."}
27
24
param_usage_include_ports: true
28
25
param_ports:
29
-
- {external_port: "3000", internal_port: "3000", port_desc: "Bambu Studio desktop gui."}
- { 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." }
34
-
30
+
- {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."}
0 commit comments