Random changes to resolve some problems
This commit is contained in:
parent
3ac666e33d
commit
eeac001efb
@ -20,13 +20,13 @@ RUN curl -fsSL "${XRC_DL_URL}" -o /tmp/xrc.zip \
|
||||
&& find /home/xrc -type f -exec chmod 640 {} \; \
|
||||
&& chmod 750 "/home/xrc/xrc/xRC Simulator.x86_64"
|
||||
|
||||
EXPOSE 11115
|
||||
EXPOSE 11115/udp
|
||||
|
||||
USER xrc
|
||||
ENV USER=xrc
|
||||
WORKDIR /home/xrc/xrc
|
||||
ENTRYPOINT "./xRC Simulator.x86_64" -batchmode -nographics RouterPort=11115 Port=11115 game=${GAME:-19} \
|
||||
FrameRate=${FRAMERATE:-60} tmode=${TMODE:-"On"} register=${REGISTER:-"Off"} \
|
||||
Spectators=${SPECTATORS:-2} minplayers=${MINPLAYERS:-2} updatetime=${UPDATETIME:-25} \
|
||||
Spectators=${SPECTATORS:-2} minplayers=${MINPLAYERS:-1} updatetime=${UPDATETIME:-25} \
|
||||
maxdata=${MAXDATA:-99000} startwhenready=${STARTWHENREADY:-"On"} comment=${COMMENT:-"REEFSCAPE"} \
|
||||
admin=${ADMIN:-"Admin"}
|
||||
|
Loading…
Reference in New Issue
Block a user