„README.md“ ändern
This commit is contained in:
16
README.md
16
README.md
@@ -1,15 +1,11 @@
|
||||
# DEPRECATED
|
||||
# OpenTTD Dedicated Server in Docker optimized for Unraid
|
||||
|
||||
OpenTTD Dedicated Server in Docker optimized for Unraid
|
||||
|
||||
This Docker will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build).
|
||||
This Docker will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build).
|
||||
|
||||
|
||||
WEB CONSOLE: You can connect to the OpenTTD console by opening your browser and go to HOSTIP:9015 (eg: 192.168.1.1:9015) or click on WebUI on the Docker page within Unraid.
|
||||
|
||||
Compile Note: Assigning fewer cores for compiling will result in slower startup on the first start up and updates, RECOMMENDED: leave the 'Compile Cores' blank to use all available cores).
|
||||
|
||||
Update Notice: If there is a newer version if set to 'latest' simply restart the container to update it to the latest version. If you want to update from an older build simply set the new build number or set to latest. You can also downgrade to another version.
|
||||
Update Notice: If there is a newer version simply restart the container to update it to the latest version.
|
||||
|
||||
|
||||
## Env params
|
||||
@@ -20,12 +16,11 @@ Update Notice: If there is a newer version if set to 'latest' simply restart the
|
||||
| GAME_PARAMS | Commandline startup parameters | [empty] |
|
||||
| GAME_VERSION | Preferred game version | latest |
|
||||
| GFX_PK_V | Preferred GFX Version | latest |
|
||||
| COMPILE_CORES | Compile cores to use | [empty] |
|
||||
| UID | User Identifier | 99 |
|
||||
| GID | Group Identifier | 100 |
|
||||
|
||||
|
||||
***To load the last autosavegame you MUST specifie the following '-D -g /serverdata/serverfiles/openttd/save/autosave/autosave0.sav' you can also customize the path but it begins always with '/serverdata/serverfiles/'***
|
||||
***To load the last autosavegame you MUST specifie the following in the GAME_PARAMETERS variable: '-g /serverdata/serverfiles/.local/share/openttd/save/autosave/autosave0.sav'***
|
||||
|
||||
# Run example
|
||||
|
||||
@@ -37,10 +32,9 @@ docker run --name OpenTTD -d \
|
||||
--env 'GAME_PARAMS=' \
|
||||
--env 'GAME_VERSION=latest' \
|
||||
--env 'GFX_PK_V=latest' \
|
||||
--env 'COMPILE_CORES=' \
|
||||
--env 'UID=99' \
|
||||
--env 'GID=100' \
|
||||
--volume /mnt/user/appdata/openttd:/serverdata/serverfiles \
|
||||
--volume /mnt/cache/appdata/openttd:/serverdata/serverfiles \
|
||||
--restart=unless-stopped \
|
||||
ich777/openttdserver:latest
|
||||
```
|
||||
|
Reference in New Issue
Block a user