docker部署bookkeeping使用lucky反代后,IP可能访问显示内容,但域名不能显示内容 #282
Unanswered
chenxi1984-ccr
asked this question in
Q&A
Replies: 1 comment
-
你应该检查你反向代理的配置和日志,看是否成功将流量转到了ezBookkeeping,具体可以去你使用的反向代理的讨论区反馈。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
version: "2"
services:
ezbookkeeping:
image: mayswind/ezbookkeeping
container_name: ezbookkeeping
hostname: "ezbookkeeping"
ports:
- "8022:8080"
environment:
- "EBK_SERVER_DOMAIN=https://ledger.cx84.top:8888"
- "EBK_SERVER_ROOT_URL=https://ledger.cx84.top:8888"
- "EBK_SERVER_ENABLE_GZIP=true"
- "EBK_DATABASE_TYPE=mysql"
- "EBK_DATABASE_HOST=192.168.4.252:8030"
Beta Was this translation helpful? Give feedback.
All reactions