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

@@ -10,7 +10,7 @@ LABEL maintainer="thelamer"
# title
ENV TITLE=QMX-Fusion
ENV CHROME_CLI="--kiosk http://localhost"
ENV CHROME_CLI="--kiosk http://localhost:8081"
RUN \
echo "**** add icon ****" && \