Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit b492ec5

Browse files
authored
Update readme-vars.yml
1 parent 3ee9264 commit b492ec5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme-vars.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ param_container_name: "{{ project_name }}"
2929
param_usage_include_env: true
3030
param_env_vars:
3131
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
32-
- { env_var: "CONTEXT_PATH", env_value: "url-base", desc: "Base url for use with reverse proxies etc." }
3332
param_usage_include_vols: true
3433
param_volumes:
3534
- { vol_path: "/config", vol_host_path: "</path/to/appdata/config>", desc: "Configuration files." }
@@ -40,6 +39,10 @@ param_usage_include_ports: true
4039
param_ports:
4140
- { external_port: "4040", internal_port: "4040", port_desc: "Application WebUI" }
4241

42+
# optional container parameters
43+
opt_param_usage_include_env: true
44+
opt_param_env_vars:
45+
- { env_var: "CONTEXT_PATH", env_value: "url-base", desc: "Base url for use with reverse proxies etc." }
4346
# application setup block
4447
app_setup_block_enabled: true
4548
app_setup_block: "Whilst this is a more up to date rebase of the original Booksonic server, upgrading in place is not supported and a fresh install has been recommended. Default user/pass is admin/admin"

0 commit comments

Comments
 (0)