mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
<VirtualHost *:10081>
|
|
ProxyPass /grafana/ http://host.docker.internal:3000/
|
|
ProxyPassReverse /grafana/ http://host.docker.internal:3000/
|
|
</VirtualHost>
|