A simple Dockerfile/docker-compose to run PokerTH Server.
Report bug
·
Request feature
- Download config file
wget https://raw.githubusercontent.com/baptistecdr/docker-pokerth-server/main/config.xml
- Customize configuration file
config.xml
- Run
docker run \
--mount type=bind,source="$PWD/config.xml",target=/pokerth/.pokerth/config.xml \
-p 7234:7234 \
baptistecdr/pokerth-server
- Download docker-compose file
wget https://raw.githubusercontent.com/baptistecdr/docker-pokerth-server/main/docker-compose.yml
- Download config file
wget https://raw.githubusercontent.com/baptistecdr/docker-pokerth-server/main/config.xml
- Customize configuration file
config.xml
- Run
docker-compose up -d
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Contributions are welcome!