Update README.md

This commit is contained in:
basshound 2024-04-30 17:17:51 +00:00
parent 9329f5d515
commit 0c1e373b3f
1 changed files with 12 additions and 0 deletions

View File

@ -32,3 +32,15 @@ sudo ./autoBuildDeploy
``` ```
This will install Docker, build the docker image, download pak files (from pakFileList), create firewall rules, and deploy docker container. This will install Docker, build the docker image, download pak files (from pakFileList), create firewall rules, and deploy docker container.
**Stopping / Restarting Server***
To stop the Server
```<language>
sudo docker stop Ut4HubServerDocker
```
***To start the server***
```<language>
sudo ./runServer
```