mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05: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>
|