1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

[docker] added SESSION_KEY environment variable for initial configuration

This commit is contained in:
Simon Schön 2022-07-23 13:22:55 +02:00
parent e913928d78
commit 558fe0ad64
No known key found for this signature in database
GPG key ID: FD1F8B45F65D5B10
2 changed files with 5 additions and 0 deletions

View file

@ -64,6 +64,7 @@ ENV LOCALSESSIONRECORDING="false"
ENV MINIFY="true"
ENV WEBRTC="false"
ENV IFRAME="false"
ENV SESSION_KEY=""
ENV REVERSE_PROXY="false"
ENV REVERSE_PROXY_TLS_PORT=""