Update compose files with env change made to Dockerfile
This commit is contained in:
@@ -30,11 +30,17 @@ UMASK='000'
|
||||
USER_PASSWORD='password'
|
||||
|
||||
# System config
|
||||
HOSTNAME='SteamHeadless'
|
||||
NAME='SteamHeadless'
|
||||
TZ='Pacific/Auckland'
|
||||
USER_LOCALES='en_US.UTF-8 UTF-8'
|
||||
DISPLAY=':55'
|
||||
SHM_SIZE='2G'
|
||||
## PORT_NOVNC_WEB:
|
||||
## Description: Configure the port to use for the WebUI.
|
||||
PORT_NOVNC_WEB='8083'
|
||||
## NEKO_NAT1TO1:
|
||||
## Description: Configure nat1to1 for the neko WebUI if it is enabled by setting 'WEB_UI_MODE' to 'neko'. This will need to be the IP address of the host.
|
||||
NEKO_NAT1TO1=''
|
||||
|
||||
# Nvidia specific config (not required for non Nvidia GPUs)
|
||||
NVIDIA_DRIVER_CAPABILITIES='all'
|
||||
|
||||
Reference in New Issue
Block a user