Add ability to disable audio socket for webUI

This commit is contained in:
Josh.5
2022-01-13 00:12:20 +13:00
parent 0008e05848
commit ad9cbb9bca
2 changed files with 31 additions and 17 deletions

View File

@@ -363,8 +363,12 @@ ENV \
DISPLAY_VIDEO_PORT="DFP" \
DISPLAY=":55" \
NVIDIA_DRIVER_CAPABILITIES="all" \
NVIDIA_VISIBLE_DEVICES="all" \
MODE="primary"
NVIDIA_VISIBLE_DEVICES="all"
# Set container configuration environment variables
ENV \
MODE="primary" \
ENABLE_VNC_AUDIO="true"
# Be sure that the noVNC port is exposed
EXPOSE 8083