Update runServerWithout

This commit is contained in:
basshound 2024-05-04 18:53:27 +00:00
parent 781f519f7f
commit a7cc9623e4
1 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@
cd "$(dirname "$0")"
docker stop ut4hubserver
docker run --name ut4hubserver --rm -d -p 14000:14000/udp -p 7777:7777/udp -p 7787:7787/udp -p 8000-8009:8000-8009/udp -v ./config:/home/ut/LinuxServer/UnrealTournament/Saved/Config/LinuxServer/ -v ./paks:/home/ut/LinuxServer/UnrealTournament/Content/Paks/ -v ./rulesets:/home/ut/LinuxServer/UnrealTournament/Saved/Config/Rulesets/ ut4hubserver