README.md aktualisiert
This commit is contained in:
@@ -5,10 +5,10 @@ This Docker will download and install BeamNG.drive-MP-Server.
|
||||
|
||||
**ServerConfig.toml:** Please head over to https://wiki.beammp.com/en/home/server-maintenance to see all available options and descriptions from the ServerConfig.toml
|
||||
|
||||
**Web Server:** The web server for http/https requests is turned off by default and you need to enable it in the ServerConfig.toml if you want too - it is strongly recommended that you reverse proxy the Web Server if possible.
|
||||
|
||||
**Update Notice:** The container will check for a new version on each start/restart.
|
||||
|
||||
>**WEB CONSOLE:** You can connect to the BeamMP-Server console by opening your browser and go to HOSTIP:9045 (eg: 192.168.1.1:9045) or click on WebUI on the Docker page within Unraid.
|
||||
|
||||
## Env params
|
||||
| Name | Value | Example |
|
||||
| --- | --- | --- |
|
||||
@@ -20,7 +20,7 @@ This Docker will download and install BeamNG.drive-MP-Server.
|
||||
## Run example
|
||||
```
|
||||
docker run --name BeamNG-MP -d \
|
||||
-p 30814:30814 -p 30814:30814/udp -p 8080:8080 \
|
||||
-p 30814:30814 -p 30814:30814/udp -p 9045:8080 \
|
||||
--env 'UID=99' \
|
||||
--env 'GID=100' \
|
||||
--env 'UMASK=0000' \
|
||||
|
Reference in New Issue
Block a user