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
- Host: GitHub
- URL: https://github.com/liuguangw/game_server
- Owner: liuguangw
- Created: 2018-06-21T12:33:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T16:33:41.000Z (about 1 year ago)
- Last Synced: 2025-03-17T16:38:04.625Z (about 1 year ago)
- Topics: docker, tlbb
- Language: Shell
- Homepage:
- Size: 8.31 MB
- Stars: 10
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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