devenv: Fix typo in nginix docker for mac (#18068)

pull/18072/head
Andrej Ocenas 7 years ago committed by GitHub
parent e1cec1069c
commit 743f8420bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      devenv/docker/blocks/nginx_proxy_mac/docker-compose.yaml

@ -5,7 +5,7 @@
# root_url = %(protocol)s://%(domain)s:10080/grafana/
nginxproxy:
build: docker/blocks/nginx_proxy
build: docker/blocks/nginx_proxy_mac
ports:
- "10080:10080"

Loading…
Cancel
Save