An open API service indexing awesome lists of open source software.

https://github.com/liuguangw/game_server

a game server run by docker-compose
https://github.com/liuguangw/game_server

docker tlbb

Last synced: 5 months ago
JSON representation

a game server run by docker-compose

Awesome Lists containing this project

README

          

a game server run by docker-compose

> The source code for the docker image is in the [image branch](https://github.com/liuguangw/game_server/tree/image)

## how to use

- install docker and docker-compose
- modify the configuration in the `.env` file
- modify the database password in the `db_password.txt` file
- put `tlbb.tar.gz` into `home` directory
- run ./run.sh

## how to stop
- run ./stop.sh