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

This commit is contained in:
Andrej Ocenas 2019-07-11 18:13:01 +02:00 committed by GitHub
parent e1cec1069c
commit 743f8420bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"