Change internal nginx port to 8081 to avoid conflict with base image
Some checks failed
External Trigger Scheduler / external-trigger-scheduler (push) Has been cancelled

This commit is contained in:
Joakim Svensson
2026-01-06 19:57:16 +00:00
parent 72673f1b17
commit f72580e7eb
5 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ custom_params:
# optional variables
opt_param_usage_include_env: true
opt_param_env_vars:
- {env_var: "CHROME_CLI", env_value: "--kiosk http://localhost", desc: "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full."}
- {env_var: "CHROME_CLI", env_value: "--kiosk http://localhost:8081", desc: "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full."}
# Selkies blurb settings
selkies_blurb: true
show_nvidia: true