From 769fe9751fecb70eca93391c07e5c69b00cf9b82 Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 23 Sep 2025 12:08:39 -0400 Subject: [PATCH] syntax and readme updates --- Dockerfile | 2 +- README.md | 3 +++ readme-vars.yml | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d2440b..61ba4df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,6 @@ RUN \ COPY /root / # ports and volumes -EXPOSE 3000 +EXPOSE 3001 VOLUME /config diff --git a/README.md b/README.md index f22cb89..5533a91 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ services: ports: - 3000:3000 - 3001:3001 + shm_size: "1gb" restart: unless-stopped ``` @@ -245,6 +246,7 @@ docker run -d \ -p 3000:3000 \ -p 3001:3001 \ -v /path/to/audacity/config:/config \ + --shm-size="1gb" \ --restart unless-stopped \ lscr.io/linuxserver/audacity:latest ``` @@ -261,6 +263,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-e PGID=1000` | for GroupID - see below for explanation | | `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | | `-v /config` | Users home directory in the container, stores program settings and images | +| `--shm-size=` | Recommended for all desktop images. | ## Environment variables from files (Docker secrets) diff --git a/readme-vars.yml b/readme-vars.yml index efb15c4..5f8a01e 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -23,6 +23,8 @@ param_usage_include_ports: true param_ports: - {external_port: "3000", internal_port: "3000", port_desc: "Audacity desktop gui HTTP, must be proxied."} - {external_port: "3001", internal_port: "3001", port_desc: "Audacity desktop gui HTTPS."} +custom_params: + - {name: "shm-size", name_compose: "shm_size", value: "1gb", desc: "Recommended for all desktop images."} # Selkies blurb settings selkies_blurb: true show_nvidia: true