We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Is it possible to deploy it with NginX reverse proxy like https://domain.com/tianji with Docker internal network.
https://domain.com/tianji
location /tianji/ { proxy_pass http://172.99.0.1:80/ }