Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.33 KB

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