apache / shardingsphere-elasticjob-ui

Administrator console of ElasticJob
https://shardingsphere.apache.org/
Apache License 2.0
161 stars 95 forks source link

how to run 'docker pull apache/shardingsphere-elasticjob-lite-ui' image? #181

Open JocelynFloresz opened 1 year ago

JocelynFloresz commented 1 year ago

I found docker pull apache/shardingsphere-elasticjob-lite-ui in docker hub.
then I download and run a container.
But there are none ports expose. How can i use this image like elastic-job-lite-console?

TeslaCN commented 1 year ago

You may try docker -p options or --network host. Ports could be configured in application.properties.

JocelynFloresz commented 1 year ago

You may try docker -p options or --network host. Ports could be configured in application.properties.

but what port used by apache/shardingsphere-elasticjob-lite-ui ?