Explore the world wide web customized to your wish.
vi /etc/docker/daemon.json
{
"registry-mirrors": ["https://docker.explorer.qzz.io"]
}Login mirror using Docker Hub Personal access tokens
docker login docker.explorer.qzz.io -u <your-account>
Start from source code gradlew bootRun
or run by docker image docker run --name explorer -p 8080:8080 chuntungho/explorer
Access the URL: http://localhost:8080
This requires wildcard domain certificate and wildcard DNS record.
refer to [src/docker/docker-compose.yml]