Compare commits
7 Commits
3c1e6dbd92
...
401e401eb1
Author | SHA1 | Date |
---|---|---|
Basshound | 401e401eb1 | |
Basshound | 499bcc3cd4 | |
basshound | ab4efccba9 | |
Basshound | 021435e4c6 | |
basshound | 7427665a52 | |
Basshound | d9a652c000 | |
basshound | 18870e77ef |
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
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/ -v ./hubtools:/home/ut/LinuxServer/UnrealTournament/Plugins/HubTools/ -v ./config/mod.ini:/home/ut/LinuxServer/UnrealTournament/Saved/Config/mod.ini ut4hubserver
|
Loading…
Reference in New Issue