/docker-ehforwarderbot

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

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