Updated README to reference https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers
This commit is contained in:
parent
a8f5135f94
commit
7e38874c39
2 changed files with 8 additions and 2 deletions
|
@ -40,6 +40,12 @@ ENV CS2_PORT=27015 \
|
|||
CS2_GAMEMODE=0 \
|
||||
CS2_ADDITIONAL_ARGS=""
|
||||
|
||||
# Set permissions on STEAMAPPDIR
|
||||
# Permissions may need to be reset if persistent volume mounted
|
||||
RUN set -x \
|
||||
&& chown -R "${USER}:${USER}" "${STEAMAPPDIR}" \
|
||||
&& chmod 0777 "${STEAMAPPDIR}"
|
||||
|
||||
# Switch to user
|
||||
USER ${USER}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue