forked from Mirror/docker-audacity
rebase to noble
This commit is contained in:
parent
d1f231c2a5
commit
8bd13674c9
9 changed files with 117 additions and 73 deletions
|
@ -23,7 +23,7 @@ param_env_vars:
|
|||
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
|
||||
param_usage_include_vols: true
|
||||
param_volumes:
|
||||
- { vol_path: "/config", vol_host_path: "/path/to/config", desc: "Users home directory in the container, stores program settings and images" }
|
||||
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Users home directory in the container, stores program settings and images" }
|
||||
param_usage_include_ports: true
|
||||
param_ports:
|
||||
- { external_port: "3000", internal_port: "3000", port_desc: "Audacity desktop gui." }
|
||||
|
@ -86,6 +86,7 @@ app_setup_block: |
|
|||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "19.08.24:", desc: "Rebase to noble." }
|
||||
- { date: "10.02.24:", desc: "Update Readme with new env vars, ingest proper PWA icon, and pre-extract appimage." }
|
||||
- { date: "05.05.23:", desc: "Start Audacity in full screen." }
|
||||
- { date: "18.03.23:", desc: "Rebase to KasmVNC base image." }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue