Update stack.env
This commit is contained in:
10
stack.env
10
stack.env
@@ -6,19 +6,19 @@
|
||||
# |___/
|
||||
#
|
||||
NAME=SteamHeadless
|
||||
TZ=Pacific/Auckland
|
||||
TZ=America/New_York
|
||||
USER_LOCALES=en_US.UTF-8 UTF-8
|
||||
DISPLAY=:55
|
||||
SHM_SIZE=2G
|
||||
## HOME_DIR:
|
||||
## Description: The path to the home directory on your host. Mounts to `/home/default` inside the container.
|
||||
HOME_DIR=/opt/container-data/steam-headless/home
|
||||
HOME_DIR=/containers/steam-headless/home
|
||||
## SHARED_SOCKETS_DIR:
|
||||
## Description: Shared sockets such as pulse audio and X11.
|
||||
SHARED_SOCKETS_DIR=/opt/container-data/steam-headless/sockets
|
||||
SHARED_SOCKETS_DIR=/containers/steam-headless
|
||||
## GAMES_DIR:
|
||||
## Description: The path to the games directory on your host. Mounts to `/mnt/games` inside the container.
|
||||
GAMES_DIR=/mnt/games
|
||||
GAMES_DIR=/containers/steam-headless/games
|
||||
|
||||
# ____ __ _ _ _ _
|
||||
# | _ \ ___ / _| __ _ _ _| | |_ | | | |___ ___ _ __
|
||||
@@ -105,7 +105,7 @@ ENABLE_EVDEV_INPUTS=true
|
||||
## Available Options: ['true', 'false']
|
||||
## Description: Forces the installation of xorg.dummy.conf. This should be used when your output device does not have a monitor connected.
|
||||
## Supported Modes: ['primary']
|
||||
FORCE_X11_DUMMY_CONFIG=false
|
||||
FORCE_X11_DUMMY_CONFIG=true
|
||||
|
||||
# Nvidia specific config (not required for non Nvidia GPUs)
|
||||
## NVIDIA_DRIVER_CAPABILITIES:
|
||||
|
||||
Reference in New Issue
Block a user