Sign inSign up

ago1024/wurmunlimited

By ago1024

•Updated over 2 years ago

Wurm Unlimited server + modloader images

Image
1

2.9K

ago1024/wurmunlimited repository overview

⁠WurmUnlimited server image

The image contains the required Java runtime, the server and a script which sets up the server from the supplied data files:

  • Server folders are loaded from /servers (e.g /servers/Creative)
  • the server.log is storage in the servers Logs folder (/servers/Creative/Log/server.log.0)
  • the mods folder is copied from /data/mods
  • each file in /data/config is copied to the WU root folder

The server listens on the default ports:

  • 3724
  • 7220
  • 7221
  • 8787 (httpserver mod)
  • 48010

The httpserver mod will be preconfigured if the environment variable HTTPSERVER_HOSTNAME is set. The default port is 8787. If the port is mapped to a different external port then provide this port with HTTPSERVER_PORT.

The image also bundles rmitool to shutdown the server

⁠Example

Assuming Creative server is available in /srv/wu/servers/Creative:

docker run --name wu_creative --rm \
    -p 3724:3724 \
    -p 8787:8787 \
    -e HTTPSERVER_HOSTNAME=`hostname` \
    -e HTTPSERVER_PORT=8787 \
    -v /srv/wu/servers:/servers \
    -v /srv/wu/data:/data \
    ago1024/wurmunlimited:public Creative

rmitool can be exec'ed in the container

docker exec wu_creative rmitool shutdown root 60 "Server shutdown"

Tag summary

Content type

Image

Digest

sha256:daced119c…

Size

165 MB

Last updated

over 2 years ago

docker pull ago1024/wurmunlimited:public