Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.63 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.63 KB

docker-rathena

Docker Build Status

What is rAthena?

rAthena is an open-source cross-platform MMORPG server

How to use this image

$ docker run --link rathena-mysql:mysql -p 127.0.0.1:6900:6900 -p 127.0.0.1:6121:6121 -p 127.0.0.1:5121:5121 --name rathena -d kafka/rathena

where rathena-mysql is mysql container with updated rAthena sql database

User Feedback

Issues

If you have any problems with or questions about this image, please contact through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; It is always thrilled to receive pull requests, and process them.

Before you start to code, it is recommend discussing your plans through a GitHub issue, especially for ambitious contributions.

###Variable Settings MYSQL_IP = mysqlserver ip MYSQL_PORT = mysqlserver port MYSQL_ENV_MYSQL_USER = username db MYSQL_ENV_MYSQL_PASSWORD = password db MYSQL_ENV_MYSQL_DATABASE = db name

PUBLIC_IP = ip host or ddns server PUBLIC_LOGIN_PORT = login port PUBLIC_CHAR_PORT = char port PUBLIC_MAP_PORT = map port

LOGIN_USER_DB = Server Communication username LOGIN_PASS_DB = Server Communication password