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 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.
The image comes with two default users:
- ai - user for the game AI, default password: ai
- admin - admin user, default password: admin
- Isangeles <[email protected]>
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.