dockerzhang commented on issue #4779:
URL: https://github.com/apache/inlong/issues/4779#issuecomment-1167128952
@theseusyang dashboard start using docker in `bin/inlong-daemon`:
```
docker run -d --name dashboard -e
MANAGER_API_ADDRESS=${local_ip}:${manager_server_port} -p
${dashboard_mapping_port}:80 ${dashboard_docker_image}
```
I think you can check the `conf/inlong.conf` firstly, to make sure the
`MANAGER_API_ADDRESS` environment is right.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]