generated from oci/template
net9 harmony
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 4s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 4s
This commit is contained in:
parent
1fec55efc0
commit
402c386429
2 changed files with 6 additions and 3 deletions
|
@ -25,7 +25,7 @@ services:
|
|||
## These have their defualts set in the Dockerfile, and are safe to remove from this file
|
||||
|
||||
# Prevents SteamCMD from updating the gamefiles
|
||||
DISABLE_STEAMCMD: "false"
|
||||
DISABLE_STEAMCMD: false
|
||||
|
||||
# Where to located the config file, defaults to /data/Config.json
|
||||
# if config file does not exist, it will generate a template one at that location
|
||||
|
@ -39,7 +39,8 @@ services:
|
|||
|
||||
# list of mods to load,
|
||||
MOD_URLS: |
|
||||
https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks/releases/latest/download/HeadlessTweaks.dll
|
||||
https://github.com/Raidriar796/StresslessHeadless/releases/download/2.0.0-rc1/StresslessHeadless.dll
|
||||
# https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks/releases/latest/download/HeadlessTweaks.dll
|
||||
|
||||
# Controls the UID:GID of the headless, defaults to `root` if not set
|
||||
RUN_AS: 1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue