-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Describe the bug
现在使用了latest、4.3.3及4.2.2三个版本,都报http://127.0.0.1:8989/preload_helper.aeb2c0d8.js
这个文件不存在,404错误
Environment
version: "3.9"
services:
obodc:
image: oceanbase/odc:latest
container_name: obodc
privileged: true # 开启特权模式(等同容器拥有宿主几乎所有权限)
network_mode: "host" # 使用宿主网络
restart: unless-stopped
environment:
DATABASE_HOST: "192.168.32.235"
DATABASE_PORT: "30083"
DATABASE_USERNAME: "root"
DATABASE_PASSWORD: "Iltwabim2017"
DATABASE_NAME: "odc_metadb"
ODC_PROFILE_MODE: "alipay"
ODC_ADMIN_INITIAL_PASSWORD: "IltwaBIM2017.."
ODC_SERVER_PORT: "8989"
ODC_HOST: "127.0.0.1"
volumes:
- /var/log/odc:/opt/odc/log
- /var/data/odc:/opt/odc/data
- ./supervisord.conf:/etc/supervisor/conf.d/base.conf:ro
cpu_period: 100000
cpu_quota: 400000
mem_limit: "8g"
Fast reproduce steps
docker-compose up -d
然后访问http://127.0.0.1:8989报错
Expected behavior
No response
Actual behavior
No response
Additional context
No response