Sign inSign up

nhatnhat011/ghostpp

By nhatnhat011

Updated over 1 year ago

Image
0

100

nhatnhat011/ghostpp repository overview

Port to docker from BogdanW3's ghostpp

For compatibility I removed the bonjour code, to use LAN bonjour (warcraft verison 1.31) please edit config lan_bonjour = 1 and use gproxyplusplus of BogdanW3

For Eurobattle server, edit the following lines in the config file:

bnet_custom_war3version = 28
bnet_custom_exeversion = 0 5 28 1
bnet_custom_exeversionhash = 201 63 116 96
bnet_custom_passwordhashtype = pvpgn
bnet_custom_pvpgnrealmname = PvPGN Realm

Docker Compose

services:
  ghostpp:
    image: nhatnhat011/ghostpp:arm
    container_name: ghostpp
    environment:
      #- SCRIPT_PATH= # (Option) Default: /app/data/ghost.cfg
      #- BOT_VIRTUAL_NAME= # (Option) Default: |cFFFF0000Ghost
      #- HOST_PORT= # (Option) Default: 6113
      #- RECONNECT_PORT= # (Option) Default: 6114
      - SERVER=server.eurobattle.net # Required to run. Default: server.eurobattle.net
      #- SERVER_PORT= # (Option) Default port 6112
      #- SERVER_ALIAS= # (Option) Default EuroBattle
      - BOT_USER_NAME= # Required to run
      - BOT_PASSWORD= # Required to run
      - ROOT_ADMINS= # Required to control bots
      #- WAR_VERSION= # (Option) Default: 28
      - BONJOUR= 0 # (Option) Default: 1
    volumes:
      - ./ghost:/app/data
    ports:
      - 6113:6113
      - 6114:6114
    restart: on-failure:5
    logging:
      options:
        max-size: "5m"
        max-file: "2"

Tag summary

Content type

Image

Digest

sha256:8da04745c

Size

33.6 MB

Last updated

over 1 year ago

docker pull nhatnhat011/ghostpp:arm