Skip to content

icealtria/geph5-client-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geph5-client-docker

CLI

docker run -d \
  -p 19999:19999 \
  -p 9999:9999 \
  -e USERNAME=username \
  -e PASSWORD=password \
  -e EXIT=FR \
  -e PASSTHROUGH_CHINA=true \
  icealtria/geph5-client:latest

Docker Compose

services:
  geph5:
    image: icealtria/geph5-client:latest
    ports:
      - "19999:19999"
      - "9999:9999"
    environment:
      USERNAME: username
      PASSWORD: password
      EXIT: FR
      PASSTHROUGH_CHINA: true

Releases

No releases published

Packages

No packages published