Skip to content

baptistecdr/docker-pokerth-server

Repository files navigation

PokerTH Server (Dockerized)

A simple Dockerfile/docker-compose to run PokerTH Server.
Report bug · Request feature

GitHub Workflow Status Docker Image Size (latest semver) Docker Pulls GitHub

Quick start

Docker

  • 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

Docker Compose

  • 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

Bugs and feature requests

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.

Contributing

Contributions are welcome!