[已修复]docker-compose无法运行解决方案 #667
Closed
DentistCode
started this conversation in
General
Replies: 2 comments
-
感谢提醒,去看了下,这里文档没有确实没说明清楚,
这个参数的意思是,外部访问地址。 我更新下docs文档。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
文档已经更新,这个参数的默认值已经是: |
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.
-
TL;DR
把
- --ikaros.external-url=http(s)://domain.com
改成- --ikaros.external-url=http://localhost:9999 # 使用localhost和相应的端口
就行这个需要手动填入的,默认的不能运行
报错相关代码为
Beta Was this translation helpful? Give feedback.
All reactions