Skip to content

Isangeles-Softworks/openelwynn-server-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is the repository for the Docker image of OpenElwynn game server.

Image installs the latest Fire server and pulls the game content.

Exposed port 8000 is used for server connection.

For more information about server capabilities read Fire repository description.

Build & Run

Build the image:

docker build -t openelwynn-server .

Run the image:

docker run -p 8000:8000 openelwynn-server

After that, the server is ready to handle incoming connections on port 8000.

Users

The image comes with two default users:

  • ai - user for the game AI, default password: ai
  • admin - admin user, default password: admin

Contact

License

Copyright 2023 Isangeles Softworks <[email protected]>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

About

Docker image for OpenElwynn game server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published