Skip to content

RoyXiang/docker-ehforwarderbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial Docker image for EH Forwarder Bot. Maintained by Roy Xiang.

Installed Channels and Middlewares

Get Started

Start a Docker container by the following command:

docker run -d --restart=always \
    --name=ehforwarderbot \
    -e "PUID=1000" \
    -e "PGID=1000" \
    -e "TZ=Asia/Shanghai" \
    -e "EFB_PROFILE=default" \
    -v $(pwd)/.ehforwarderbot:/config \
    ghcr.io/royxiang/ehforwarderbot:latest