Added support for enabling kiosk mode and opening an URL at launch.
This commit is contained in:
parent
b18027ec44
commit
a50bede41a
5 changed files with 43 additions and 2 deletions
|
@ -119,6 +119,11 @@ RUN \
|
|||
set-cont-env DOCKER_IMAGE_VERSION "$DOCKER_IMAGE_VERSION" && \
|
||||
true
|
||||
|
||||
# Set public environment variables.
|
||||
ENV \
|
||||
FF_OPEN_URL= \
|
||||
FF_KIOSK=0
|
||||
|
||||
# Define mountable directories.
|
||||
VOLUME ["/config"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue