Files
mohomo-docker/.env.example
T
rogee d61799d180
Docker image / Test (push) Successful in 40s
Docker image / Build and publish (push) Failing after 23s
HH-620: expose SSClash Web UI on port 9091 (#3)
2026-08-24 17:57:11 +08:00

10 lines
341 B
Bash

IMAGE_NAME=mohomo-docker:local
CONTAINER_NAME=mohomo-docker
SUBSCRIPTION_URL=https://subscription.example.invalid/mihomo
SSCLASH_PASSWORD=
# 9091 is always host-loopback; expose it through a host HTTPS reverse proxy.
WEB_PORT=9091
# Public opt-in: use 0.0.0.0 only behind a trusted-network firewall/ACL.
PROXY_BIND=127.0.0.1
PROXY_PORT=7890