docker-compose.yaml 350 B

1234567891011
  1. # This will proxy all requests for http://localhost:10080/grafana/ to
  2. # http://localhost:3000 (Grafana running locally)
  3. #
  4. # Please note that you'll need to change the root_url in the Grafana configuration:
  5. # root_url = %(protocol)s://%(domain)s:10080/grafana/
  6. nginxproxy:
  7. build: docker/blocks/nginx_proxy_mac
  8. ports:
  9. - "10080:10080"